#AA135A

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

Shades of Jazzberry Jam #AA135A

Tints of Jazzberry Jam #AA135A

Color information

#AA135A (or 0xAA135A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 13 and 5A. RGB value is (170,19,90). Sum of RGB (Red+Green+Blue) = 170+19+90=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA135A is #55ECA5. Grayscale: #484848. Windows color (decimal): -5631142 or 5903274. OLE color: 5903274.

HSL color Cylindrical-coordinate representation of color #AA135A: hue angle of 331.79º degrees, saturation: 0.8, 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 #AA135A is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1701990-
CMYK00.890.470.33
HSL331.79º79.89%37.06%-
HSV(B)331.79º88.82%66.67%-
XYZ18.669.7510.57-
YUV72.24138.03197.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=60.93%
G=6.81%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170199000.890.470.33331.7979.8937.06
HexAA135A0592F2114c5025
Octal252231320131574151412045
Binary10101010100111011010010110011011111000011010011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA135A; }

 p { color: rgb(170,19,90); }

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

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

 a { background-color: rgb(170,19,90); }

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

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

 span { border-color: rgb(170,19,90); }

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