Html Css Color HEX #AC0B5C Jazzberry Jam

📋 copy color: '#AC0B5C'

red 172 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #AC0B5C

Tints of Jazzberry Jam #AC0B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 62.55%
G = 4%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC0B5C (or 0xAC0B5C) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 5C. RGB value is (172,11,92). Sum of RGB (Red+Green+Blue) = 172+11+92=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B5C is #53F4A3. Grayscale: #444444. Windows color (decimal): -5502116 or 6032300. OLE color: 6032300.

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

Color convert

RGB 172 11 92 -
CMYK 0 0.94 0.47 0.33
HSL 329.81º 0.88% 0.36% -
HSV(B) 329.81º 0.94% 0.67% -
XYZ 19.06 9.78 11.01 -
YUV 68.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 172 11 92 0 0.94 0.47 0.33 329.81 0.88 0.36
Hex AC B 5C 0 5E 2F 21 14A 58 24
Octal 254 13 134 0 136 57 41 512 130 44
Binary 10101100 1011 1011100 0 1011110 101111 100001 101001010 1011000 100100

Color Harmonies of #AC0B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B5C

Black with #AC0B5C

Text Example


Text Example

White with #AC0B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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