#AA195A

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

Shades of Jazzberry Jam #AA195A

Tints of Jazzberry Jam #AA195A

Color information

#AA195A (or 0xAA195A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 19 and 5A. RGB value is (170,25,90). Sum of RGB (Red+Green+Blue) = 170+25+90=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA195A is #55E6A5. Grayscale: #4B4B4B. Windows color (decimal): -5629606 or 5904810. OLE color: 5904810.

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

Color convert

RGB1702590-
CMYK00.850.470.33
HSL333.1º74.36%38.24%-
HSV(B)333.1º85.29%66.67%-
XYZ18.779.9810.61-
YUV75.76136.04195.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.65%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=59.65%
G=8.77%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170259000.850.470.33333.174.3638.24
HexAA195A0552F2114d4a26
Octal252311320125574151511246
Binary10101010110011011010010101011011111000011010011011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA195A; }

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

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

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

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

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

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

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

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