#aa0f6a

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

Shades of Jazzberry Jam #AA0F6A

Tints of Jazzberry Jam #AA0F6A

Color information

#AA0F6A (or 0xAA0F6A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 6A. RGB value is (170,15,106). Sum of RGB (Red+Green+Blue) = 170+15+106=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F6A is #55F095. Grayscale: #474747. Windows color (decimal): -5632150 or 6950826. OLE color: 6950826.

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

Color convert

RGB17015106-
CMYK00.910.380.33
HSL324.77º83.78%36.27%-
HSV(B)324.77º91.18%66.67%-
XYZ19.359.9314.53-
YUV71.72147.35198.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=58.42%
G=5.15%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701510600.910.380.33324.7783.7836.27
HexAAF6A05B26211455424
Octal252171520133464150512444
Binary1010101011111101010010110111001101000011010001011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0f6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0f6a; }

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

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

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

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

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

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

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

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