#AA024D

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

Shades of Jazzberry Jam #AA024D

Tints of Jazzberry Jam #AA024D

Color information

#AA024D (or 0xAA024D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 02 and 4D. RGB value is (170,2,77). Sum of RGB (Red+Green+Blue) = 170+2+77=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA024D is #55FDB2. Grayscale: #3C3C3C. Windows color (decimal): -5635507 or 5046954. OLE color: 5046954.

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

Color convert

RGB170277-
CMYK00.990.550.33
HSL333.21º97.67%33.73%-
HSV(B)333.21º98.82%66.67%-
XYZ17.949.137.84-
YUV60.78137.16205.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.27%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=68.27%
G=0.80%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17027700.990.550.33333.2197.6733.73
HexAA24D063372114d6222
Octal25221150143674151514242
Binary10101010101001101011000111101111000011010011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA024D; }

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

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

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

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

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

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

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

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