Html Css Color HEX #AC0C68 Jazzberry Jam

📋 copy color: '#AC0C68'

red 172 ◦ green 12 ◦ blue 104

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

Shades of Jazzberry Jam #AC0C68

Tints of Jazzberry Jam #AC0C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 59.72%
G = 4.17%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0C68 (or 0xAC0C68) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 68. RGB value is (172,12,104). Sum of RGB (Red+Green+Blue) = 172+12+104=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C68 is #53F397. Grayscale: #464646. Windows color (decimal): -5501848 or 6818988. OLE color: 6818988.

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

Color convert

RGB 172 12 104 -
CMYK 0 0.93 0.40 0.33
HSL 325.5º 0.87% 0.36% -
HSV(B) 325.5º 0.93% 0.67% -
XYZ 19.64 10.03 14 -
YUV 70.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 172 12 104 0 0.93 0.40 0.33 325.5 0.87 0.36
Hex AC C 68 0 5D 28 21 146 57 24
Octal 254 14 150 0 135 50 41 506 127 44
Binary 10101100 1100 1101000 0 1011101 101000 100001 101000110 1010111 100100

Color Harmonies of #AC0C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C68

Black with #AC0C68

Text Example


Text Example

White with #AC0C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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