#AA1C6E

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

Shades of Jazzberry Jam #AA1C6E

Tints of Jazzberry Jam #AA1C6E

Color information

#AA1C6E (or 0xAA1C6E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 6E. RGB value is (170,28,110). Sum of RGB (Red+Green+Blue) = 170+28+110=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C6E is #55E391. Grayscale: #4F4F4F. Windows color (decimal): -5628818 or 7216298. OLE color: 7216298.

HSL color Cylindrical-coordinate representation of color #AA1C6E: hue angle of 325.35º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C6E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17028110-
CMYK00.840.350.33
HSL325.35º71.72%38.82%-
HSV(B)325.35º83.53%66.67%-
XYZ19.8110.515.74-
YUV79.81145.04192.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=55.19%
G=9.09%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702811000.840.350.33325.3571.7238.82
HexAA1C6E05423211454827
Octal252341560124434150511047
Binary10101010111001101110010101001000111000011010001011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C6E; }

 p { color: rgb(170,28,110); }

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

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

 a { background-color: rgb(170,28,110); }

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

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

 span { border-color: rgb(170,28,110); }

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