Html Css Color HEX #AC0C62 Jazzberry Jam

📋 copy color: '#AC0C62'

red 172 ◦ green 12 ◦ blue 98

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

Shades of Jazzberry Jam #AC0C62

Tints of Jazzberry Jam #AC0C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 60.99%
G = 4.26%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC0C62 (or 0xAC0C62) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 62. RGB value is (172,12,98). Sum of RGB (Red+Green+Blue) = 172+12+98=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C62 is #53F39D. Grayscale: #454545. Windows color (decimal): -5501854 or 6425772. OLE color: 6425772.

HSL color Cylindrical-coordinate representation of color #AC0C62: hue angle of 327.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C62 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 98 -
CMYK 0 0.93 0.43 0.33
HSL 327.75º 0.87% 0.36% -
HSV(B) 327.75º 0.93% 0.67% -
XYZ 19.35 9.92 12.45 -
YUV 69.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 172 12 98 0 0.93 0.43 0.33 327.75 0.87 0.36
Hex AC C 62 0 5D 2B 21 148 57 24
Octal 254 14 142 0 135 53 41 510 127 44
Binary 10101100 1100 1100010 0 1011101 101011 100001 101001000 1010111 100100

Color Harmonies of #AC0C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C62

Black with #AC0C62

Text Example


Text Example

White with #AC0C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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