Html Css Color HEX #AC0C5B Jazzberry Jam

📋 copy color: '#AC0C5B'

red 172 ◦ green 12 ◦ blue 91

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

Shades of Jazzberry Jam #AC0C5B

Tints of Jazzberry Jam #AC0C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.36%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 62.55%
G = 4.36%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC0C5B (or 0xAC0C5B) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 5B. RGB value is (172,12,91). Sum of RGB (Red+Green+Blue) = 172+12+91=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C5B is #53F3A4. Grayscale: #444444. Windows color (decimal): -5501861 or 5967020. OLE color: 5967020.

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

Color convert

RGB 172 12 91 -
CMYK 0 0.93 0.47 0.33
HSL 330.38º 0.87% 0.36% -
HSV(B) 330.38º 0.93% 0.67% -
XYZ 19.03 9.79 10.78 -
YUV 68.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 172 12 91 0 0.93 0.47 0.33 330.38 0.87 0.36
Hex AC C 5B 0 5D 2F 21 14A 57 24
Octal 254 14 133 0 135 57 41 512 127 44
Binary 10101100 1100 1011011 0 1011101 101111 100001 101001010 1010111 100100

Color Harmonies of #AC0C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C5B

Black with #AC0C5B

Text Example


Text Example

White with #AC0C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C5B; }

 p { color: rgb(172,12,91); }

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

background-color css

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

 a { background-color: rgb(172,12,91); }

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

border-color css

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

 span { border-color: rgb(172,12,91); }

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