#AA0D4E

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

Shades of Jazzberry Jam #AA0D4E

Tints of Jazzberry Jam #AA0D4E

Color information

#AA0D4E (or 0xAA0D4E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0D and 4E. RGB value is (170,13,78). Sum of RGB (Red+Green+Blue) = 170+13+78=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D4E is #55F2B1. Grayscale: #434343. Windows color (decimal): -5632690 or 5115306. OLE color: 5115306.

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

Color convert

RGB1701378-
CMYK00.920.540.33
HSL335.16º85.79%35.88%-
HSV(B)335.16º92.35%66.67%-
XYZ18.19.388.07-
YUV67.35134.01201.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=65.13%
G=4.98%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170137800.920.540.33335.1685.7935.88
HexAAD4E05C362114f5624
Octal252151160134664151712644
Binary1010101011011001110010111001101101000011010011111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D4E; }

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

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

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

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

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

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

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

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