Html Css Color HEX #AC0D6C Jazzberry Jam

📋 copy color: '#AC0D6C'

red 172 ◦ green 13 ◦ blue 108

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

Shades of Jazzberry Jam #AC0D6C

Tints of Jazzberry Jam #AC0D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 58.7%
G = 4.44%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC0D6C (or 0xAC0D6C) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 6C. RGB value is (172,13,108). Sum of RGB (Red+Green+Blue) = 172+13+108=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D6C is #53F293. Grayscale: #474747. Windows color (decimal): -5501588 or 7081388. OLE color: 7081388.

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

Color convert

RGB 172 13 108 -
CMYK 0 0.92 0.37 0.33
HSL 324.15º 0.86% 0.36% -
HSV(B) 324.15º 0.92% 0.67% -
XYZ 19.86 10.14 15.1 -
YUV 71.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 172 13 108 0 0.92 0.37 0.33 324.15 0.86 0.36
Hex AC D 6C 0 5C 25 21 144 56 24
Octal 254 15 154 0 134 45 41 504 126 44
Binary 10101100 1101 1101100 0 1011100 100101 100001 101000100 1010110 100100

Color Harmonies of #AC0D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D6C

Black with #AC0D6C

Text Example


Text Example

White with #AC0D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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