Html Css Color HEX #AC0352 Jazzberry Jam

📋 copy color: '#AC0352'

red 172 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #AC0352

Tints of Jazzberry Jam #AC0352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 66.93%
G = 1.17%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC0352 (or 0xAC0352) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 52. RGB value is (172,3,82). Sum of RGB (Red+Green+Blue) = 172+3+82=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0352 is #53FCAD. Grayscale: #3E3E3E. Windows color (decimal): -5504174 or 5374892. OLE color: 5374892.

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

Color convert

RGB 172 3 82 -
CMYK 0 0.98 0.52 0.33
HSL 331.95º 0.97% 0.34% -
HSV(B) 331.95º 0.98% 0.67% -
XYZ 18.57 9.44 8.83 -
YUV 62.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 172 3 82 0 0.98 0.52 0.33 331.95 0.97 0.34
Hex AC 3 52 0 62 34 21 14C 61 22
Octal 254 3 122 0 142 64 41 514 141 42
Binary 10101100 11 1010010 0 1100010 110100 100001 101001100 1100001 100010

Color Harmonies of #AC0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0352

Black with #AC0352

Text Example


Text Example

White with #AC0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0352; }

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

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

background-color css

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

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

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

border-color css

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

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

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