Html Css Color HEX #AC0D6F Jazzberry Jam

📋 copy color: '#AC0D6F'

red 172 ◦ green 13 ◦ blue 111

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

Shades of Jazzberry Jam #AC0D6F

Tints of Jazzberry Jam #AC0D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 58.11%
G = 4.39%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC0D6F (or 0xAC0D6F) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 6F. RGB value is (172,13,111). Sum of RGB (Red+Green+Blue) = 172+13+111=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D6F is #53F290. Grayscale: #474747. Windows color (decimal): -5501585 or 7277996. OLE color: 7277996.

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

Color convert

RGB 172 13 111 -
CMYK 0 0.92 0.35 0.33
HSL 323.02º 0.86% 0.36% -
HSV(B) 323.02º 0.92% 0.67% -
XYZ 20.03 10.21 15.95 -
YUV 71.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 172 13 111 0 0.92 0.35 0.33 323.02 0.86 0.36
Hex AC D 6F 0 5C 23 21 143 56 24
Octal 254 15 157 0 134 43 41 503 126 44
Binary 10101100 1101 1101111 0 1011100 100011 100001 101000011 1010110 100100

Color Harmonies of #AC0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D6F

Black with #AC0D6F

Text Example


Text Example

White with #AC0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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