Html Css Color HEX #AC0B68 Jazzberry Jam

📋 copy color: '#AC0B68'

red 172 ◦ green 11 ◦ blue 104

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

Shades of Jazzberry Jam #AC0B68

Tints of Jazzberry Jam #AC0B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

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

R = 59.93%
G = 3.83%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0B68 (or 0xAC0B68) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 68. RGB value is (172,11,104). Sum of RGB (Red+Green+Blue) = 172+11+104=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B68 is #53F497. Grayscale: #454545. Windows color (decimal): -5502104 or 6818732. OLE color: 6818732.

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

Color convert

RGB 172 11 104 -
CMYK 0 0.94 0.40 0.33
HSL 325.34º 0.88% 0.36% -
HSV(B) 325.34º 0.94% 0.67% -
XYZ 19.63 10.01 13.99 -
YUV 69.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 172 11 104 0 0.94 0.40 0.33 325.34 0.88 0.36
Hex AC B 68 0 5E 28 21 145 58 24
Octal 254 13 150 0 136 50 41 505 130 44
Binary 10101100 1011 1101000 0 1011110 101000 100001 101000101 1011000 100100

Color Harmonies of #AC0B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B68

Black with #AC0B68

Text Example


Text Example

White with #AC0B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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