#AA114F

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

Shades of Jazzberry Jam #AA114F

Tints of Jazzberry Jam #AA114F

Color information

#AA114F (or 0xAA114F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 4F. RGB value is (170,17,79). Sum of RGB (Red+Green+Blue) = 170+17+79=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA114F is #55EEB0. Grayscale: #454545. Windows color (decimal): -5631665 or 5181866. OLE color: 5181866.

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

Color convert

RGB1701779-
CMYK00.90.540.33
HSL335.69º81.82%36.67%-
HSV(B)335.69º90%66.67%-
XYZ18.199.518.27-
YUV69.82133.19199.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=63.91%
G=6.39%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170177900.90.540.33335.6981.8236.67
HexAA114F05A36211505225
Octal252211170132664152012245
Binary10101010100011001111010110101101101000011010100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA114F; }

 p { color: rgb(170,17,79); }

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

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

 a { background-color: rgb(170,17,79); }

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

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

 span { border-color: rgb(170,17,79); }

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