#AA004E

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

Shades of Jazzberry Jam #AA004E

Tints of Jazzberry Jam #AA004E

Color information

#AA004E (or 0xAA004E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 00 and 4E. RGB value is (170,0,78). Sum of RGB (Red+Green+Blue) = 170+0+78=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA004E is #55FFB1. Grayscale: #3B3B3B. Windows color (decimal): -5636018 or 5111978. OLE color: 5111978.

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

Color convert

RGB170078-
CMYK010.540.33
HSL332.47º100%33.33%-
HSV(B)332.47º100%66.67%-
XYZ17.959.18.02-
YUV59.72138.32206.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=68.55%
G=0%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170078010.540.33332.4710033.33
HexAA04E064362114c6421
Octal25201160144664151414441
Binary1010101001001110011001001101101000011010011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA004E; }

 p { color: rgb(170,0,78); }

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

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

 a { background-color: rgb(170,0,78); }

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

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

 span { border-color: rgb(170,0,78); }

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