#AA175A

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

Shades of Jazzberry Jam #AA175A

Tints of Jazzberry Jam #AA175A

Color information

#AA175A (or 0xAA175A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 17 and 5A. RGB value is (170,23,90). Sum of RGB (Red+Green+Blue) = 170+23+90=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175A is #55E8A5. Grayscale: #4A4A4A. Windows color (decimal): -5630118 or 5904298. OLE color: 5904298.

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

Color convert

RGB1702390-
CMYK00.860.470.33
HSL332.65º76.17%37.84%-
HSV(B)332.65º86.47%66.67%-
XYZ18.739.910.6-
YUV74.59136.7196.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 23 (9.38% from 255) = 8.13%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=60.07%
G=8.13%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170239000.860.470.33332.6576.1737.84
HexAA175A0562F2114d4c26
Octal252271320126574151511446
Binary10101010101111011010010101101011111000011010011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA175A; }

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

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

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

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

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

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

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

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