#AA1750

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

Shades of Jazzberry Jam #AA1750

Tints of Jazzberry Jam #AA1750

Color information

#AA1750 (or 0xAA1750) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 17 and 50. RGB value is (170,23,80). Sum of RGB (Red+Green+Blue) = 170+23+80=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1750 is #55E8AF. Grayscale: #494949. Windows color (decimal): -5630128 or 5248938. OLE color: 5248938.

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

Color convert

RGB1702380-
CMYK00.860.530.33
HSL336.73º76.17%37.84%-
HSV(B)336.73º86.47%66.67%-
XYZ18.339.748.5-
YUV73.45131.7196.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=62.27%
G=8.42%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170238000.860.530.33336.7376.1737.84
HexAA175005635211514c26
Octal252271200126654152111446
Binary10101010101111010000010101101101011000011010100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1750; }

 p { color: rgb(170,23,80); }

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

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

 a { background-color: rgb(170,23,80); }

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

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

 span { border-color: rgb(170,23,80); }

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