Html Css Color HEX #AC0B55 Jazzberry Jam

📋 copy color: '#AC0B55'

red 172 ◦ green 11 ◦ blue 85

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

Shades of Jazzberry Jam #AC0B55

Tints of Jazzberry Jam #AC0B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 64.18%
G = 4.1%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC0B55 (or 0xAC0B55) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 55. RGB value is (172,11,85). Sum of RGB (Red+Green+Blue) = 172+11+85=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B55 is #53F4AA. Grayscale: #434343. Windows color (decimal): -5502123 or 5573548. OLE color: 5573548.

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

Color convert

RGB 172 11 85 -
CMYK 0 0.94 0.51 0.33
HSL 332.42º 0.88% 0.36% -
HSV(B) 332.42º 0.94% 0.67% -
XYZ 18.77 9.67 9.47 -
YUV 67.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 172 11 85 0 0.94 0.51 0.33 332.42 0.88 0.36
Hex AC B 55 0 5E 33 21 14C 58 24
Octal 254 13 125 0 136 63 41 514 130 44
Binary 10101100 1011 1010101 0 1011110 110011 100001 101001100 1011000 100100

Color Harmonies of #AC0B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B55

Black with #AC0B55

Text Example


Text Example

White with #AC0B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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