#AA0144

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

Shades of Jazzberry Jam #AA0144

Tints of Jazzberry Jam #AA0144

Color information

#AA0144 (or 0xAA0144) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 01 and 44. RGB value is (170,1,68). Sum of RGB (Red+Green+Blue) = 170+1+68=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0144 is #55FEBB. Grayscale: #3B3B3B. Windows color (decimal): -5635772 or 4456874. OLE color: 4456874.

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

Color convert

RGB170168-
CMYK00.990.60.33
HSL336.21º98.83%33.53%-
HSV(B)336.21º99.41%66.67%-
XYZ17.638.996.27-
YUV59.17132.99207.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.13%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=71.13%
G=0.42%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016800.990.60.33336.2198.8333.53
HexAA1440633C211506322
Octal25211040143744152014342
Binary1010101011000100011000111111001000011010100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0144; }

 p { color: rgb(170,1,68); }

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

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

 a { background-color: rgb(170,1,68); }

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

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

 span { border-color: rgb(170,1,68); }

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