#aa043e

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

Shades of Jazzberry Jam #AA043E

Tints of Jazzberry Jam #AA043E

Color information

#AA043E (or 0xAA043E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 04 and 3E. RGB value is (170,4,62). Sum of RGB (Red+Green+Blue) = 170+4+62=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA043E is #55FBC1. Grayscale: #3C3C3C. Windows color (decimal): -5635010 or 4064426. OLE color: 4064426.

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

Color convert

RGB170462-
CMYK00.980.640.33
HSL339.04º95.4%34.12%-
HSV(B)339.04º97.65%66.67%-
XYZ17.498.985.37-
YUV60.25129206.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.03%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=72.03%
G=1.69%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17046200.980.640.33339.0495.434.12
HexAA43E06240211535f22
Octal25247601421004152313742
Binary101010101001111100110001010000001000011010100111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa043e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa043e; }

 p { color: rgb(170,4,62); }

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

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

 a { background-color: rgb(170,4,62); }

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

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

 span { border-color: rgb(170,4,62); }

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