Html Css Color HEX #AC096B Jazzberry Jam

📋 copy color: '#AC096B'

red 172 ◦ green 9 ◦ blue 107

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

Shades of Jazzberry Jam #AC096B

Tints of Jazzberry Jam #AC096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 59.72%
G = 3.13%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC096B (or 0xAC096B) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 6B. RGB value is (172,9,107). Sum of RGB (Red+Green+Blue) = 172+9+107=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC096B is #53F694. Grayscale: #444444. Windows color (decimal): -5502613 or 7014828. OLE color: 7014828.

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

Color convert

RGB 172 9 107 -
CMYK 0 0.95 0.38 0.33
HSL 323.93º 0.9% 0.35% -
HSV(B) 323.93º 0.95% 0.67% -
XYZ 19.76 10.03 14.8 -
YUV 68.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 172 9 107 0 0.95 0.38 0.33 323.93 0.9 0.35
Hex AC 9 6B 0 5F 26 21 144 5A 23
Octal 254 11 153 0 137 46 41 504 132 43
Binary 10101100 1001 1101011 0 1011111 100110 100001 101000100 1011010 100011

Color Harmonies of #AC096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC096B

Black with #AC096B

Text Example


Text Example

White with #AC096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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