#AA1765

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

Shades of Jazzberry Jam #AA1765

Tints of Jazzberry Jam #AA1765

Color information

#AA1765 (or 0xAA1765) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 17 and 65. RGB value is (170,23,101). Sum of RGB (Red+Green+Blue) = 170+23+101=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1765 is #55E89A. Grayscale: #4B4B4B. Windows color (decimal): -5630107 or 6625194. OLE color: 6625194.

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

Color convert

RGB17023101-
CMYK00.860.410.33
HSL328.16º76.17%37.84%-
HSV(B)328.16º86.47%66.67%-
XYZ19.2310.113.25-
YUV75.84142.2195.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 23 (9.38% from 255) = 7.82%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=57.82%
G=7.82%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702310100.860.410.33328.1676.1737.84
HexAA176505629211484c26
Octal252271450126514151011446
Binary10101010101111100101010101101010011000011010010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1765; }

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

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

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

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

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

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

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

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