#AA1075

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

Shades of Jazzberry Jam #AA1075

Tints of Jazzberry Jam #AA1075

Color information

#AA1075 (or 0xAA1075) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 10 and 75. RGB value is (170,16,117). Sum of RGB (Red+Green+Blue) = 170+16+117=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1075 is #55EF8A. Grayscale: #494949. Windows color (decimal): -5631883 or 7671978. OLE color: 7671978.

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

Color convert

RGB17016117-
CMYK00.910.310.33
HSL320.65º82.8%36.47%-
HSV(B)320.65º90.59%66.67%-
XYZ19.9710.217.75-
YUV73.56152.52196.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=56.11%
G=5.28%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701611700.910.310.33320.6582.836.47
HexAA107505B1F211415324
Octal252201650133374150112344
Binary1010101010000111010101011011111111000011010000011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1075; }

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

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

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

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

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

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

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

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