#AA023F

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

Shades of Jazzberry Jam #AA023F

Tints of Jazzberry Jam #AA023F

Color information

#AA023F (or 0xAA023F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 02 and 3F. RGB value is (170,2,63). Sum of RGB (Red+Green+Blue) = 170+2+63=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA023F is #55FDC0. Grayscale: #3B3B3B. Windows color (decimal): -5635521 or 4129450. OLE color: 4129450.

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

Color convert

RGB170263-
CMYK00.990.630.33
HSL338.21º97.67%33.73%-
HSV(B)338.21º98.82%66.67%-
XYZ17.58.955.51-
YUV59.19130.16207.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.34%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 63 (25% from 255) = 26.81%
R=72.34%
G=0.85%
B=26.81%

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
Decimal17026300.990.630.33338.2197.6733.73
HexAA23F0633F211526222
Octal2522770143774152214242
Binary1010101010111111011000111111111000011010100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA023F; }

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

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

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

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

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

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

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

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