#AA1866

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

Shades of Jazzberry Jam #AA1866

Tints of Jazzberry Jam #AA1866

Color information

#AA1866 (or 0xAA1866) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 18 and 66. RGB value is (170,24,102). Sum of RGB (Red+Green+Blue) = 170+24+102=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1866 is #55E799. Grayscale: #4C4C4C. Windows color (decimal): -5629850 or 6690986. OLE color: 6690986.

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

Color convert

RGB17024102-
CMYK00.860.40.33
HSL327.95º75.26%38.04%-
HSV(B)327.95º85.88%66.67%-
XYZ19.310.1613.51-
YUV76.55142.37194.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.43%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=57.43%
G=8.11%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702410200.860.40.33327.9575.2638.04
HexAA186605628211484b26
Octal252301460126504151011346
Binary10101010110001100110010101101010001000011010010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1866; }

 p { color: rgb(170,24,102); }

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

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

 a { background-color: rgb(170,24,102); }

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

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

 span { border-color: rgb(170,24,102); }

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