Html Css Color HEX #AC0F54 Jazzberry Jam

📋 copy color: '#AC0F54'

red 172 ◦ green 15 ◦ blue 84

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

Shades of Jazzberry Jam #AC0F54

Tints of Jazzberry Jam #AC0F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 63.47%
G = 5.54%
B = 31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC0F54 (or 0xAC0F54) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 54. RGB value is (172,15,84). Sum of RGB (Red+Green+Blue) = 172+15+84=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F54 is #53F0AB. Grayscale: #454545. Windows color (decimal): -5501100 or 5509036. OLE color: 5509036.

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

Color convert

RGB 172 15 84 -
CMYK 0 0.91 0.51 0.33
HSL 333.63º 0.84% 0.37% -
HSV(B) 333.63º 0.91% 0.67% -
XYZ 18.78 9.75 9.28 -
YUV 69.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 172 15 84 0 0.91 0.51 0.33 333.63 0.84 0.37
Hex AC F 54 0 5B 33 21 14E 54 25
Octal 254 17 124 0 133 63 41 516 124 45
Binary 10101100 1111 1010100 0 1011011 110011 100001 101001110 1010100 100101

Color Harmonies of #AC0F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F54

Black with #AC0F54

Text Example


Text Example

White with #AC0F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F54; }

 p { color: rgb(172,15,84); }

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

background-color css

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

 a { background-color: rgb(172,15,84); }

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

border-color css

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

 span { border-color: rgb(172,15,84); }

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