Html Css Color HEX #AC0054 Jazzberry Jam

📋 copy color: '#AC0054'

red 172 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #AC0054

Tints of Jazzberry Jam #AC0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.19%
G = 0%
B = 32.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC0054 (or 0xAC0054) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 54. RGB value is (172,0,84). Sum of RGB (Red+Green+Blue) = 172+0+84=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0054 is #53FFAB. Grayscale: #3C3C3C. Windows color (decimal): -5504940 or 5505196. OLE color: 5505196.

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

Color convert

RGB 172 0 84 -
CMYK 0 1 0.51 0.33
HSL 330.7º 1% 0.34% -
HSV(B) 330.7º 1% 0.67% -
XYZ 18.61 9.41 9.22 -
YUV 61 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 172 0 84 0 1 0.51 0.33 330.7 1 0.34
Hex AC 0 54 0 64 33 21 14B 64 22
Octal 254 0 124 0 144 63 41 513 144 42
Binary 10101100 0 1010100 0 1100100 110011 100001 101001011 1100100 100010

Color Harmonies of #AC0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0054

Black with #AC0054

Text Example


Text Example

White with #AC0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0054; }

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

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

background-color css

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

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

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

border-color css

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

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

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