Html Css Color HEX #AD0970 Jazzberry Jam

📋 copy color: '#AD0970'

red 173 ◦ green 9 ◦ blue 112

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

Shades of Jazzberry Jam #AD0970

Tints of Jazzberry Jam #AD0970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.06%

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

R = 58.84%
G = 3.06%
B = 38.1%

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

#AD0970 (or 0xAD0970) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 70. RGB value is (173,9,112). Sum of RGB (Red+Green+Blue) = 173+9+112=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0970 is #52F68F. Grayscale: #454545. Windows color (decimal): -5437072 or 7342509. OLE color: 7342509.

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

Color convert

RGB 173 9 112 -
CMYK 0 0.95 0.35 0.32
HSL 322.32º 0.9% 0.36% -
HSV(B) 322.32º 0.95% 0.68% -
XYZ 20.26 10.25 16.24 -
YUV 69.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 173 9 112 0 0.95 0.35 0.32 322.32 0.9 0.36
Hex AD 9 70 0 5F 23 20 142 5A 24
Octal 255 11 160 0 137 43 40 502 132 44
Binary 10101101 1001 1110000 0 1011111 100011 100000 101000010 1011010 100100

Color Harmonies of #AD0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0970

Black with #AD0970

Text Example


Text Example

White with #AD0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0970; }

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

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

background-color css

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

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

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

border-color css

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

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

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