#AA125E

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

Shades of Jazzberry Jam #AA125E

Tints of Jazzberry Jam #AA125E

Color information

#AA125E (or 0xAA125E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 12 and 5E. RGB value is (170,18,94). Sum of RGB (Red+Green+Blue) = 170+18+94=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA125E is #55EDA1. Grayscale: #474747. Windows color (decimal): -5631394 or 6165162. OLE color: 6165162.

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

Color convert

RGB1701894-
CMYK00.890.450.33
HSL330º80.85%36.86%-
HSV(B)330º89.41%66.67%-
XYZ18.819.7911.49-
YUV72.11140.36197.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=60.28%
G=6.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170189400.890.450.3333080.8536.86
HexAA125E0592D2114a5125
Octal252221360131554151212145
Binary10101010100101011110010110011011011000011010010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA125E; }

 p { color: rgb(170,18,94); }

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

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

 a { background-color: rgb(170,18,94); }

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

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

 span { border-color: rgb(170,18,94); }

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