Html Css Color HEX #AC096F Jazzberry Jam

📋 copy color: '#AC096F'

red 172 ◦ green 9 ◦ blue 111

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

Shades of Jazzberry Jam #AC096F

Tints of Jazzberry Jam #AC096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 58.9%
G = 3.08%
B = 38.01%

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

#AC096F (or 0xAC096F) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 6F. RGB value is (172,9,111). Sum of RGB (Red+Green+Blue) = 172+9+111=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC096F is #53F690. Grayscale: #454545. Windows color (decimal): -5502609 or 7276972. OLE color: 7276972.

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

Color convert

RGB 172 9 111 -
CMYK 0 0.95 0.35 0.33
HSL 322.45º 0.9% 0.35% -
HSV(B) 322.45º 0.95% 0.67% -
XYZ 19.98 10.11 15.94 -
YUV 69.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 172 9 111 0 0.95 0.35 0.33 322.45 0.9 0.35
Hex AC 9 6F 0 5F 23 21 142 5A 23
Octal 254 11 157 0 137 43 41 502 132 43
Binary 10101100 1001 1101111 0 1011111 100011 100001 101000010 1011010 100011

Color Harmonies of #AC096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC096F

Black with #AC096F

Text Example


Text Example

White with #AC096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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