Html Css Color HEX #AD0870 Jazzberry Jam

📋 copy color: '#AD0870'

red 173 ◦ green 8 ◦ blue 112

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

Shades of Jazzberry Jam #AD0870

Tints of Jazzberry Jam #AD0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 59.04%
G = 2.73%
B = 38.23%

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

#AD0870 (or 0xAD0870) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 70. RGB value is (173,8,112). Sum of RGB (Red+Green+Blue) = 173+8+112=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0870 is #52F78F. Grayscale: #444444. Windows color (decimal): -5437328 or 7342253. OLE color: 7342253.

HSL color Cylindrical-coordinate representation of color #AD0870: hue angle of 322.18º 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 #AD0870 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 8 112 -
CMYK 0 0.95 0.35 0.32
HSL 322.18º 0.91% 0.35% -
HSV(B) 322.18º 0.95% 0.68% -
XYZ 20.25 10.23 16.24 -
YUV 69.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 173 8 112 0 0.95 0.35 0.32 322.18 0.91 0.35
Hex AD 8 70 0 5F 23 20 142 5B 23
Octal 255 10 160 0 137 43 40 502 133 43
Binary 10101101 1000 1110000 0 1011111 100011 100000 101000010 1011011 100011

Color Harmonies of #AD0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0870

Black with #AD0870

Text Example


Text Example

White with #AD0870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0870; }

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

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

background-color css

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

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

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

border-color css

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

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

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