#AA1A4E

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

Shades of Jazzberry Jam #AA1A4E

Tints of Jazzberry Jam #AA1A4E

Color information

#AA1A4E (or 0xAA1A4E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1A and 4E. RGB value is (170,26,78). Sum of RGB (Red+Green+Blue) = 170+26+78=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A4E is #55E5B1. Grayscale: #4A4A4A. Windows color (decimal): -5629362 or 5118634. OLE color: 5118634.

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

Color convert

RGB1702678-
CMYK00.850.540.33
HSL338.33º73.47%38.43%-
HSV(B)338.33º84.71%66.67%-
XYZ18.329.838.14-
YUV74.98129.71195.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=62.04%
G=9.49%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170267800.850.540.33338.3373.4738.43
HexAA1A4E05536211524926
Octal252321160125664152211146
Binary10101010110101001110010101011101101000011010100101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A4E; }

 p { color: rgb(170,26,78); }

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

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

 a { background-color: rgb(170,26,78); }

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

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

 span { border-color: rgb(170,26,78); }

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