#AA0A65

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

Shades of Jazzberry Jam #AA0A65

Tints of Jazzberry Jam #AA0A65

Color information

#AA0A65 (or 0xAA0A65) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0A and 65. RGB value is (170,10,101). Sum of RGB (Red+Green+Blue) = 170+10+101=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A65 is #55F59A. Grayscale: #444444. Windows color (decimal): -5633435 or 6621866. OLE color: 6621866.

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

Color convert

RGB17010101-
CMYK00.940.410.33
HSL325.88º88.89%35.29%-
HSV(B)325.88º94.12%66.67%-
XYZ19.049.713.18-
YUV68.21146.51200.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 10 (4.30% from 255) = 3.56%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=60.50%
G=3.56%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701010100.940.410.33325.8888.8935.29
HexAAA6505E29211465923
Octal252121450136514150613143
Binary1010101010101100101010111101010011000011010001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A65; }

 p { color: rgb(170,10,101); }

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

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

 a { background-color: rgb(170,10,101); }

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

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

 span { border-color: rgb(170,10,101); }

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