#AA1C6F

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

Shades of Jazzberry Jam #AA1C6F

Tints of Jazzberry Jam #AA1C6F

Color information

#AA1C6F (or 0xAA1C6F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 6F. RGB value is (170,28,111). Sum of RGB (Red+Green+Blue) = 170+28+111=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C6F is #55E390. Grayscale: #4F4F4F. Windows color (decimal): -5628817 or 7281834. OLE color: 7281834.

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

Color convert

RGB17028111-
CMYK00.840.350.33
HSL324.93º71.72%38.82%-
HSV(B)324.93º83.53%66.67%-
XYZ19.8610.5216.02-
YUV79.92145.54192.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 28 (11.33% from 255) = 9.06%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=55.02%
G=9.06%
B=35.92%

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
Decimal1702811100.840.350.33324.9371.7238.82
HexAA1C6F05423211454827
Octal252341570124434150511047
Binary10101010111001101111010101001000111000011010001011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C6F; }

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

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

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

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

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

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

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

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