Html Css Color HEX #AC096C Jazzberry Jam

📋 copy color: '#AC096C'

red 172 ◦ green 9 ◦ blue 108

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

Shades of Jazzberry Jam #AC096C

Tints of Jazzberry Jam #AC096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 59.52%
G = 3.11%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC096C (or 0xAC096C) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 6C. RGB value is (172,9,108). Sum of RGB (Red+Green+Blue) = 172+9+108=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC096C is #53F693. Grayscale: #444444. Windows color (decimal): -5502612 or 7080364. OLE color: 7080364.

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

Color convert

RGB 172 9 108 -
CMYK 0 0.95 0.37 0.33
HSL 323.56º 0.9% 0.35% -
HSV(B) 323.56º 0.95% 0.67% -
XYZ 19.82 10.05 15.08 -
YUV 69.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 172 9 108 0 0.95 0.37 0.33 323.56 0.9 0.35
Hex AC 9 6C 0 5F 25 21 144 5A 23
Octal 254 11 154 0 137 45 41 504 132 43
Binary 10101100 1001 1101100 0 1011111 100101 100001 101000100 1011010 100011

Color Harmonies of #AC096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC096C

Black with #AC096C

Text Example


Text Example

White with #AC096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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