#AA144D

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

Shades of Jazzberry Jam #AA144D

Tints of Jazzberry Jam #AA144D

Color information

#AA144D (or 0xAA144D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 14 and 4D. RGB value is (170,20,77). Sum of RGB (Red+Green+Blue) = 170+20+77=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA144D is #55EBB2. Grayscale: #474747. Windows color (decimal): -5630899 or 5051562. OLE color: 5051562.

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

Color convert

RGB1702077-
CMYK00.880.550.33
HSL337.2º78.95%37.25%-
HSV(B)337.2º88.24%66.67%-
XYZ18.179.587.91-
YUV71.35131.2198.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=63.67%
G=7.49%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170207700.880.550.33337.278.9537.25
HexAA144D05837211514f25
Octal252241150130674152111745
Binary10101010101001001101010110001101111000011010100011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA144D; }

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

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

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

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

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

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

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

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