#AA105B

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

Shades of Jazzberry Jam #AA105B

Tints of Jazzberry Jam #AA105B

Color information

#AA105B (or 0xAA105B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 10 and 5B. RGB value is (170,16,91). Sum of RGB (Red+Green+Blue) = 170+16+91=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA105B is #55EFA4. Grayscale: #464646. Windows color (decimal): -5631909 or 5968042. OLE color: 5968042.

HSL color Cylindrical-coordinate representation of color #AA105B: hue angle of 330.78º degrees, saturation: 0.83, 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 #AA105B is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1701691-
CMYK00.910.460.33
HSL330.78º82.8%36.47%-
HSV(B)330.78º90.59%66.67%-
XYZ18.659.6710.78-
YUV70.6139.52198.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=61.37%
G=5.78%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170169100.910.460.33330.7882.836.47
HexAA105B05B2E2114b5324
Octal252201330133564151312344
Binary10101010100001011011010110111011101000011010010111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA105B; }

 p { color: rgb(170,16,91); }

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

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

 a { background-color: rgb(170,16,91); }

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

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

 span { border-color: rgb(170,16,91); }

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