#AA045A

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

Shades of Jazzberry Jam #AA045A

Tints of Jazzberry Jam #AA045A

Color information

#AA045A (or 0xAA045A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 04 and 5A. RGB value is (170,4,90). Sum of RGB (Red+Green+Blue) = 170+4+90=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA045A is #55FBA5. Grayscale: #3F3F3F. Windows color (decimal): -5634982 or 5899434. OLE color: 5899434.

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

Color convert

RGB170490-
CMYK00.980.470.33
HSL328.92º95.4%34.12%-
HSV(B)328.92º97.65%66.67%-
XYZ18.479.3710.51-
YUV63.44143204.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=64.39%
G=1.52%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17049000.980.470.33328.9295.434.12
HexAA45A0622F211495f22
Octal25241320142574151113742
Binary101010101001011010011000101011111000011010010011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA045A; }

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

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

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

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

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

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

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

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