Html Css Color HEX #AC0057 Jazzberry Jam

📋 copy color: '#AC0057'

red 172 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #AC0057

Tints of Jazzberry Jam #AC0057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.59%

R = 66.41%
G = 0%
B = 33.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC0057 (or 0xAC0057) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 57. RGB value is (172,0,87). Sum of RGB (Red+Green+Blue) = 172+0+87=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0057 is #53FFA8. Grayscale: #3D3D3D. Windows color (decimal): -5504937 or 5701804. OLE color: 5701804.

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

Color convert

RGB 172 0 87 -
CMYK 0 1 0.49 0.33
HSL 329.65º 1% 0.34% -
HSV(B) 329.65º 1% 0.67% -
XYZ 18.73 9.46 9.86 -
YUV 61.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 172 0 87 0 1 0.49 0.33 329.65 1 0.34
Hex AC 0 57 0 64 31 21 14A 64 22
Octal 254 0 127 0 144 61 41 512 144 42
Binary 10101100 0 1010111 0 1100100 110001 100001 101001010 1100100 100010

Color Harmonies of #AC0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0057

Black with #AC0057

Text Example


Text Example

White with #AC0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0057; }

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

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

background-color css

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

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

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

border-color css

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

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

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