#AA7FCA

Color #AA7FCA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA7FCA

Tints of East Side #AA7FCA

Color information

#AA7FCA (or 0xAA7FCA) is unknown color: approx East Side. HEX triplet: AA, 7F and CA. RGB value is (170,127,202). Sum of RGB (Red+Green+Blue) = 170+127+202=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FCA is #558035. Grayscale: #949494. Windows color (decimal): -5603382 or 13270954. OLE color: 13270954.

HSL color Cylindrical-coordinate representation of color #AA7FCA: hue angle of 274.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7FCA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170127202-
CMYK0.160.3700.21
HSL274.4º41.44%64.51%-
HSV(B)274.4º37.13%79.22%-
XYZ34.8327.9959.44-
YUV148.41158.25143.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=34.07%
G=25.45%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701272020.160.3700.21274.441.4464.51
HexAA7FCA10250151122941
Octal252177312204502542251101
Binary10101010111111111001010100001001010101011000100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FCA; }

 p { color: rgb(170,127,202); }

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

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

 a { background-color: rgb(170,127,202); }

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

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

 span { border-color: rgb(170,127,202); }

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