Html Css Color HEX #AC0D51 Jazzberry Jam

📋 copy color: '#AC0D51'

red 172 ◦ green 13 ◦ blue 81

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

Shades of Jazzberry Jam #AC0D51

Tints of Jazzberry Jam #AC0D51

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.89%

 BLUE value IS 81 (32.03% from 255) = 30.45%

R = 64.66%
G = 4.89%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC0D51 (or 0xAC0D51) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 51. RGB value is (172,13,81). Sum of RGB (Red+Green+Blue) = 172+13+81=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D51 is #53F2AE. Grayscale: #444444. Windows color (decimal): -5501615 or 5311916. OLE color: 5311916.

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

Color convert

RGB 172 13 81 -
CMYK 0 0.92 0.53 0.33
HSL 334.34º 0.86% 0.36% -
HSV(B) 334.34º 0.92% 0.67% -
XYZ 18.64 9.65 8.67 -
YUV 68.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 172 13 81 0 0.92 0.53 0.33 334.34 0.86 0.36
Hex AC D 51 0 5C 35 21 14E 56 24
Octal 254 15 121 0 134 65 41 516 126 44
Binary 10101100 1101 1010001 0 1011100 110101 100001 101001110 1010110 100100

Color Harmonies of #AC0D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D51

Black with #AC0D51

Text Example


Text Example

White with #AC0D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D51; }

 p { color: rgb(172,13,81); }

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

background-color css

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

 a { background-color: rgb(172,13,81); }

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

border-color css

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

 span { border-color: rgb(172,13,81); }

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