Html Css Color HEX #AD0871 Jazzberry Jam

📋 copy color: '#AD0871'

red 173 ◦ green 8 ◦ blue 113

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

Shades of Jazzberry Jam #AD0871

Tints of Jazzberry Jam #AD0871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 58.84%
G = 2.72%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD0871 (or 0xAD0871) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 71. RGB value is (173,8,113). Sum of RGB (Red+Green+Blue) = 173+8+113=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0871 is #52F78E. Grayscale: #454545. Windows color (decimal): -5437327 or 7407789. OLE color: 7407789.

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

Color convert

RGB 173 8 113 -
CMYK 0 0.95 0.35 0.32
HSL 321.82º 0.91% 0.35% -
HSV(B) 321.82º 0.95% 0.68% -
XYZ 20.3 10.25 16.53 -
YUV 69.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 173 8 113 0 0.95 0.35 0.32 321.82 0.91 0.35
Hex AD 8 71 0 5F 23 20 142 5B 23
Octal 255 10 161 0 137 43 40 502 133 43
Binary 10101101 1000 1110001 0 1011111 100011 100000 101000010 1011011 100011

Color Harmonies of #AD0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0871

Black with #AD0871

Text Example


Text Example

White with #AD0871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0871; }

 p { color: rgb(173,8,113); }

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

background-color css

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

 a { background-color: rgb(173,8,113); }

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

border-color css

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

 span { border-color: rgb(173,8,113); }

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