#AA0D6A

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

Shades of Jazzberry Jam #AA0D6A

Tints of Jazzberry Jam #AA0D6A

Color information

#AA0D6A (or 0xAA0D6A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0D and 6A. RGB value is (170,13,106). Sum of RGB (Red+Green+Blue) = 170+13+106=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D6A is #55F295. Grayscale: #464646. Windows color (decimal): -5632662 or 6950314. OLE color: 6950314.

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

Color convert

RGB17013106-
CMYK00.920.380.33
HSL324.46º85.79%35.88%-
HSV(B)324.46º92.35%66.67%-
XYZ19.329.8714.52-
YUV70.54148.01198.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 13 (5.47% from 255) = 4.50%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=58.82%
G=4.50%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701310600.920.380.33324.4685.7935.88
HexAAD6A05C26211445624
Octal252151520134464150412644
Binary1010101011011101010010111001001101000011010001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D6A; }

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

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

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

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

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

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

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

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