Html Css Color HEX #AC0970 Jazzberry Jam

📋 copy color: '#AC0970'

red 172 ◦ green 9 ◦ blue 112

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

Shades of Jazzberry Jam #AC0970

Tints of Jazzberry Jam #AC0970

RGB

 RED value IS 172 (67.58% from 255) = 58.7%

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

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

R = 58.7%
G = 3.07%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC0970 (or 0xAC0970) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 70. RGB value is (172,9,112). Sum of RGB (Red+Green+Blue) = 172+9+112=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0970 is #53F68F. Grayscale: #454545. Windows color (decimal): -5502608 or 7342508. OLE color: 7342508.

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

Color convert

RGB 172 9 112 -
CMYK 0 0.95 0.35 0.33
HSL 322.09º 0.9% 0.35% -
HSV(B) 322.09º 0.95% 0.67% -
XYZ 20.04 10.14 16.23 -
YUV 69.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 172 9 112 0 0.95 0.35 0.33 322.09 0.9 0.35
Hex AC 9 70 0 5F 23 21 142 5A 23
Octal 254 11 160 0 137 43 41 502 132 43
Binary 10101100 1001 1110000 0 1011111 100011 100001 101000010 1011010 100011

Color Harmonies of #AC0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0970

Black with #AC0970

Text Example


Text Example

White with #AC0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0970; }

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

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

background-color css

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

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

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

border-color css

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

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

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