Html Css Color HEX #AC0247 Jazzberry Jam

📋 copy color: '#AC0247'

red 172 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #AC0247

Tints of Jazzberry Jam #AC0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 70.2%
G = 0.82%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC0247 (or 0xAC0247) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 47. RGB value is (172,2,71). Sum of RGB (Red+Green+Blue) = 172+2+71=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0247 is #53FDB8. Grayscale: #3C3C3C. Windows color (decimal): -5504441 or 4653740. OLE color: 4653740.

HSL color Cylindrical-coordinate representation of color #AC0247: hue angle of 335.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0247 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 71 -
CMYK 0 0.99 0.59 0.33
HSL 335.65º 0.98% 0.34% -
HSV(B) 335.65º 0.99% 0.67% -
XYZ 18.17 9.27 6.79 -
YUV 60.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 172 2 71 0 0.99 0.59 0.33 335.65 0.98 0.34
Hex AC 2 47 0 63 3B 21 150 62 22
Octal 254 2 107 0 143 73 41 520 142 42
Binary 10101100 10 1000111 0 1100011 111011 100001 101010000 1100010 100010

Color Harmonies of #AC0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0247

Black with #AC0247

Text Example


Text Example

White with #AC0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0247; }

 p { color: rgb(172,2,71); }

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

background-color css

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

 a { background-color: rgb(172,2,71); }

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

border-color css

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

 span { border-color: rgb(172,2,71); }

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