Html Css Color HEX #AC0D6A Jazzberry Jam

📋 copy color: '#AC0D6A'

red 172 ◦ green 13 ◦ blue 106

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

Shades of Jazzberry Jam #AC0D6A

Tints of Jazzberry Jam #AC0D6A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.47%

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

R = 59.11%
G = 4.47%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC0D6A (or 0xAC0D6A) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 6A. RGB value is (172,13,106). Sum of RGB (Red+Green+Blue) = 172+13+106=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D6A is #53F295. Grayscale: #464646. Windows color (decimal): -5501590 or 6950316. OLE color: 6950316.

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

Color convert

RGB 172 13 106 -
CMYK 0 0.92 0.38 0.33
HSL 324.91º 0.86% 0.36% -
HSV(B) 324.91º 0.92% 0.67% -
XYZ 19.76 10.1 14.54 -
YUV 71.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 172 13 106 0 0.92 0.38 0.33 324.91 0.86 0.36
Hex AC D 6A 0 5C 26 21 145 56 24
Octal 254 15 152 0 134 46 41 505 126 44
Binary 10101100 1101 1101010 0 1011100 100110 100001 101000101 1010110 100100

Color Harmonies of #AC0D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D6A

Black with #AC0D6A

Text Example


Text Example

White with #AC0D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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