Html Css Color HEX #AD156C Jazzberry Jam

📋 copy color: '#AD156C'

red 173 ◦ green 21 ◦ blue 108

#AD156C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD156C

Tints of Jazzberry Jam #AD156C

RGB

 RED value IS 173 (67.97% from 255) = 57.28%

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 57.28%
G = 6.95%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD156C (or 0xAD156C) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 6C. RGB value is (173,21,108). Sum of RGB (Red+Green+Blue) = 173+21+108=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD156C is #52EA93. Grayscale: #4C4C4C. Windows color (decimal): -5434004 or 7083437. OLE color: 7083437.

HSL color Cylindrical-coordinate representation of color #AD156C: hue angle of 325.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD156C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 108 -
CMYK 0 0.88 0.38 0.32
HSL 325.66º 0.78% 0.38% -
HSV(B) 325.66º 0.88% 0.68% -
XYZ 20.21 10.5 15.15 -
YUV 76.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 173 21 108 0 0.88 0.38 0.32 325.66 0.78 0.38
Hex AD 15 6C 0 58 26 20 146 4E 26
Octal 255 25 154 0 130 46 40 506 116 46
Binary 10101101 10101 1101100 0 1011000 100110 100000 101000110 1001110 100110

Color Harmonies of #AD156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD156C

Black with #AD156C

Text Example


Text Example

White with #AD156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD156C; }

 p { color: rgb(173,21,108); }

 H1.HeaderClassName
 {
   color: #AD156C;
 }
 .AnyTagClassName
 {
   color: #AD156C;
 }
</style>

background-color css

<style>
 a { background-color: #AD156C; }

 a { background-color: rgb(173,21,108); }

 div.DivClassName
 {
   background-color: #AD156C;
 }
 .BgClassName
 {
   background-color: #AD156C;
 }
</style>

border-color css

<style>
 span { border-color: #AD156C; }

 span { border-color: rgb(173,21,108); }

 td.TdClassName
 {
   border-color: #AD156C;
 }
 .TagClassName
 {
   border-color: #AD156C;
 }
</style>