#AA1269

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

Shades of Jazzberry Jam #AA1269

Tints of Jazzberry Jam #AA1269

Color information

#AA1269 (or 0xAA1269) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 12 and 69. RGB value is (170,18,105). Sum of RGB (Red+Green+Blue) = 170+18+105=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1269 is #55ED96. Grayscale: #494949. Windows color (decimal): -5631383 or 6886058. OLE color: 6886058.

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

Color convert

RGB17018105-
CMYK00.890.380.33
HSL325.66º80.85%36.86%-
HSV(B)325.66º89.41%66.67%-
XYZ19.341014.27-
YUV73.37145.86196.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=58.02%
G=6.14%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701810500.890.380.33325.6680.8536.86
HexAA126905926211465125
Octal252221510131464150612145
Binary10101010100101101001010110011001101000011010001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1269; }

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

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

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

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

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

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

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

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