Html Css Color HEX #AD0B76 Jazzberry Jam

📋 copy color: '#AD0B76'

red 173 ◦ green 11 ◦ blue 118

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

Shades of Jazzberry Jam #AD0B76

Tints of Jazzberry Jam #AD0B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 57.28%
G = 3.64%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD0B76 (or 0xAD0B76) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 76. RGB value is (173,11,118). Sum of RGB (Red+Green+Blue) = 173+11+118=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B76 is #52F489. Grayscale: #474747. Windows color (decimal): -5436554 or 7736237. OLE color: 7736237.

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

Color convert

RGB 173 11 118 -
CMYK 0 0.94 0.32 0.32
HSL 320.37º 0.88% 0.36% -
HSV(B) 320.37º 0.94% 0.68% -
XYZ 20.62 10.43 18.07 -
YUV 71.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 173 11 118 0 0.94 0.32 0.32 320.37 0.88 0.36
Hex AD B 76 0 5E 20 20 140 58 24
Octal 255 13 166 0 136 40 40 500 130 44
Binary 10101101 1011 1110110 0 1011110 100000 100000 101000000 1011000 100100

Color Harmonies of #AD0B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B76

Black with #AD0B76

Text Example


Text Example

White with #AD0B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B76; }

 p { color: rgb(173,11,118); }

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

background-color css

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

 a { background-color: rgb(173,11,118); }

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

border-color css

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

 span { border-color: rgb(173,11,118); }

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