#AA1675

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

Shades of Jazzberry Jam #AA1675

Tints of Jazzberry Jam #AA1675

Color information

#AA1675 (or 0xAA1675) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 16 and 75. RGB value is (170,22,117). Sum of RGB (Red+Green+Blue) = 170+22+117=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1675 is #55E98A. Grayscale: #4C4C4C. Windows color (decimal): -5630347 or 7673514. OLE color: 7673514.

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

Color convert

RGB17022117-
CMYK00.870.310.33
HSL321.49º77.08%37.65%-
HSV(B)321.49º87.06%66.67%-
XYZ20.0810.417.78-
YUV77.08150.53194.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=55.02%
G=7.12%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702211700.870.310.33321.4977.0837.65
HexAA16750571F211414d26
Octal252261650127374150111546
Binary1010101010110111010101010111111111000011010000011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1675; }

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

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

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

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

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

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

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

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