Html Css Color HEX #AC0360 Jazzberry Jam

📋 copy color: '#AC0360'

red 172 ◦ green 3 ◦ blue 96

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

Shades of Jazzberry Jam #AC0360

Tints of Jazzberry Jam #AC0360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 63.47%
G = 1.11%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0360 (or 0xAC0360) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 60. RGB value is (172,3,96). Sum of RGB (Red+Green+Blue) = 172+3+96=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0360 is #53FC9F. Grayscale: #3F3F3F. Windows color (decimal): -5504160 or 6292396. OLE color: 6292396.

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

Color convert

RGB 172 3 96 -
CMYK 0 0.98 0.44 0.33
HSL 326.98º 0.97% 0.34% -
HSV(B) 326.98º 0.98% 0.67% -
XYZ 19.16 9.68 11.93 -
YUV 64.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 172 3 96 0 0.98 0.44 0.33 326.98 0.97 0.34
Hex AC 3 60 0 62 2C 21 147 61 22
Octal 254 3 140 0 142 54 41 507 141 42
Binary 10101100 11 1100000 0 1100010 101100 100001 101000111 1100001 100010

Color Harmonies of #AC0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0360

Black with #AC0360

Text Example


Text Example

White with #AC0360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0360; }

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

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

background-color css

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

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

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

border-color css

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

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

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