#AA1265

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

Shades of Jazzberry Jam #AA1265

Tints of Jazzberry Jam #AA1265

Color information

#AA1265 (or 0xAA1265) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 12 and 65. RGB value is (170,18,101). Sum of RGB (Red+Green+Blue) = 170+18+101=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1265 is #55ED9A. Grayscale: #484848. Windows color (decimal): -5631387 or 6623914. OLE color: 6623914.

HSL color Cylindrical-coordinate representation of color #AA1265: hue angle of 327.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1265 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17018101-
CMYK00.890.410.33
HSL327.24º80.85%36.86%-
HSV(B)327.24º89.41%66.67%-
XYZ19.149.9213.22-
YUV72.91143.86197.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=58.82%
G=6.23%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701810100.890.410.33327.2480.8536.86
HexAA126505929211475125
Octal252221450131514150712145
Binary10101010100101100101010110011010011000011010001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1265; }

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

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

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

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

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

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

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

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