Html Css Color HEX #AC0B6C Jazzberry Jam

📋 copy color: '#AC0B6C'

red 172 ◦ green 11 ◦ blue 108

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

Shades of Jazzberry Jam #AC0B6C

Tints of Jazzberry Jam #AC0B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.78%

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

R = 59.11%
G = 3.78%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC0B6C (or 0xAC0B6C) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 6C. RGB value is (172,11,108). Sum of RGB (Red+Green+Blue) = 172+11+108=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B6C is #53F493. Grayscale: #454545. Windows color (decimal): -5502100 or 7080876. OLE color: 7080876.

HSL color Cylindrical-coordinate representation of color #AC0B6C: hue angle of 323.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B6C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 11 108 -
CMYK 0 0.94 0.37 0.33
HSL 323.85º 0.88% 0.36% -
HSV(B) 323.85º 0.94% 0.67% -
XYZ 19.84 10.09 15.09 -
YUV 70.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 172 11 108 0 0.94 0.37 0.33 323.85 0.88 0.36
Hex AC B 6C 0 5E 25 21 144 58 24
Octal 254 13 154 0 136 45 41 504 130 44
Binary 10101100 1011 1101100 0 1011110 100101 100001 101000100 1011000 100100

Color Harmonies of #AC0B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B6C

Black with #AC0B6C

Text Example


Text Example

White with #AC0B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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