Html Css Color HEX #AC0359 Jazzberry Jam

📋 copy color: '#AC0359'

red 172 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #AC0359

Tints of Jazzberry Jam #AC0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 65.15%
G = 1.14%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0359 (or 0xAC0359) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 59. RGB value is (172,3,89). Sum of RGB (Red+Green+Blue) = 172+3+89=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0359 is #53FCA6. Grayscale: #3F3F3F. Windows color (decimal): -5504167 or 5833644. OLE color: 5833644.

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

Color convert

RGB 172 3 89 -
CMYK 0 0.98 0.48 0.33
HSL 329.47º 0.97% 0.34% -
HSV(B) 329.47º 0.98% 0.67% -
XYZ 18.85 9.56 10.3 -
YUV 63.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 172 3 89 0 0.98 0.48 0.33 329.47 0.97 0.34
Hex AC 3 59 0 62 30 21 149 61 22
Octal 254 3 131 0 142 60 41 511 141 42
Binary 10101100 11 1011001 0 1100010 110000 100001 101001001 1100001 100010

Color Harmonies of #AC0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0359

Black with #AC0359

Text Example


Text Example

White with #AC0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0359; }

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

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

background-color css

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

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

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

border-color css

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

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

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