#AC023F

Color #AC023F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AC023F

Tints of Jazzberry Jam #AC023F

Color information

#AC023F (or 0xAC023F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 02 and 3F. RGB value is (172,2,63). Sum of RGB (Red+Green+Blue) = 172+2+63=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC023F is #53FDC0. Grayscale: #3B3B3B. Windows color (decimal): -5504449 or 4129452. OLE color: 4129452.

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

Color convert

RGB172263-
CMYK00.990.630.33
HSL338.47º97.7%34.12%-
HSV(B)338.47º98.84%67.45%-
XYZ17.939.175.53-
YUV59.78129.82208.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.57%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 63 (25% from 255) = 26.58%
R=72.57%
G=0.84%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17226300.990.630.33338.4797.734.12
HexAC23F0633F211526222
Octal2542770143774152214242
Binary1010110010111111011000111111111000011010100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC023F; }

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

 H1.HeaderClassName
 {
   color: #AC023F;
 }
 .AnyTagClassName
 {
   color: #AC023F;
 }
</style>
background-color css

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

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

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

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

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

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