Html Css Color HEX #AC0362 Jazzberry Jam

📋 copy color: '#AC0362'

red 172 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #AC0362

Tints of Jazzberry Jam #AC0362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 63%
G = 1.1%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC0362 (or 0xAC0362) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 62. RGB value is (172,3,98). Sum of RGB (Red+Green+Blue) = 172+3+98=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0362 is #53FC9D. Grayscale: #404040. Windows color (decimal): -5504158 or 6423468. OLE color: 6423468.

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

Color convert

RGB 172 3 98 -
CMYK 0 0.98 0.43 0.33
HSL 326.27º 0.97% 0.34% -
HSV(B) 326.27º 0.98% 0.67% -
XYZ 19.25 9.72 12.42 -
YUV 64.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 172 3 98 0 0.98 0.43 0.33 326.27 0.97 0.34
Hex AC 3 62 0 62 2B 21 146 61 22
Octal 254 3 142 0 142 53 41 506 141 42
Binary 10101100 11 1100010 0 1100010 101011 100001 101000110 1100001 100010

Color Harmonies of #AC0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0362

Black with #AC0362

Text Example


Text Example

White with #AC0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0362; }

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

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

background-color css

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

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

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

border-color css

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

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

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