Html Css Color HEX #AC1059 Jazzberry Jam

📋 copy color: '#AC1059'

red 172 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #AC1059

Tints of Jazzberry Jam #AC1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 62.09%
G = 5.78%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC1059 (or 0xAC1059) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 59. RGB value is (172,16,89). Sum of RGB (Red+Green+Blue) = 172+16+89=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1059 is #53EFA6. Grayscale: #464646. Windows color (decimal): -5500839 or 5836972. OLE color: 5836972.

HSL color Cylindrical-coordinate representation of color #AC1059: hue angle of 331.92º degrees, saturation: 0.83, 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 #AC1059 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 89 -
CMYK 0 0.91 0.48 0.33
HSL 331.92º 0.83% 0.37% -
HSV(B) 331.92º 0.91% 0.67% -
XYZ 19 9.86 10.35 -
YUV 70.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 172 16 89 0 0.91 0.48 0.33 331.92 0.83 0.37
Hex AC 10 59 0 5B 30 21 14C 53 25
Octal 254 20 131 0 133 60 41 514 123 45
Binary 10101100 10000 1011001 0 1011011 110000 100001 101001100 1010011 100101

Color Harmonies of #AC1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1059

Black with #AC1059

Text Example


Text Example

White with #AC1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1059; }

 p { color: rgb(172,16,89); }

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

background-color css

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

 a { background-color: rgb(172,16,89); }

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

border-color css

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

 span { border-color: rgb(172,16,89); }

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