Html Css Color HEX #AC0D71 Jazzberry Jam

📋 copy color: '#AC0D71'

red 172 ◦ green 13 ◦ blue 113

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

Shades of Jazzberry Jam #AC0D71

Tints of Jazzberry Jam #AC0D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 57.72%
G = 4.36%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC0D71 (or 0xAC0D71) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 71. RGB value is (172,13,113). Sum of RGB (Red+Green+Blue) = 172+13+113=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D71 is #53F28E. Grayscale: #474747. Windows color (decimal): -5501583 or 7409068. OLE color: 7409068.

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

Color convert

RGB 172 13 113 -
CMYK 0 0.92 0.34 0.33
HSL 322.26º 0.86% 0.36% -
HSV(B) 322.26º 0.92% 0.67% -
XYZ 20.14 10.25 16.54 -
YUV 71.94 151.18 199.37 -
System Red Green Blue C M Y K H S L
Decimal 172 13 113 0 0.92 0.34 0.33 322.26 0.86 0.36
Hex AC D 71 0 5C 22 21 142 56 24
Octal 254 15 161 0 134 42 41 502 126 44
Binary 10101100 1101 1110001 0 1011100 100010 100001 101000010 1010110 100100

Color Harmonies of #AC0D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D71

Black with #AC0D71

Text Example


Text Example

White with #AC0D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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