Html Css Color HEX #AC0A6A Jazzberry Jam

📋 copy color: '#AC0A6A'

red 172 ◦ green 10 ◦ blue 106

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

Shades of Jazzberry Jam #AC0A6A

Tints of Jazzberry Jam #AC0A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 59.72%
G = 3.47%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC0A6A (or 0xAC0A6A) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 6A. RGB value is (172,10,106). Sum of RGB (Red+Green+Blue) = 172+10+106=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A6A is #53F595. Grayscale: #454545. Windows color (decimal): -5502358 or 6949548. OLE color: 6949548.

HSL color Cylindrical-coordinate representation of color #AC0A6A: hue angle of 324.44º degrees, saturation: 0.89, 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 #AC0A6A is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 10 106 -
CMYK 0 0.94 0.38 0.33
HSL 324.44º 0.89% 0.36% -
HSV(B) 324.44º 0.94% 0.67% -
XYZ 19.72 10.03 14.53 -
YUV 69.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 172 10 106 0 0.94 0.38 0.33 324.44 0.89 0.36
Hex AC A 6A 0 5E 26 21 144 59 24
Octal 254 12 152 0 136 46 41 504 131 44
Binary 10101100 1010 1101010 0 1011110 100110 100001 101000100 1011001 100100

Color Harmonies of #AC0A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A6A

Black with #AC0A6A

Text Example


Text Example

White with #AC0A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A6A; }

 p { color: rgb(172,10,106); }

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

background-color css

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

 a { background-color: rgb(172,10,106); }

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

border-color css

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

 span { border-color: rgb(172,10,106); }

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