#AA7BCA

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

Shades of East Side #AA7BCA

Tints of East Side #AA7BCA

Color information

#AA7BCA (or 0xAA7BCA) is unknown color: approx East Side. HEX triplet: AA, 7B and CA. RGB value is (170,123,202). Sum of RGB (Red+Green+Blue) = 170+123+202=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA7BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BCA is #558435. Grayscale: #919191. Windows color (decimal): -5604406 or 13269930. OLE color: 13269930.

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

Color convert

RGB170123202-
CMYK0.160.3900.21
HSL275.7º42.7%63.73%-
HSV(B)275.7º39.11%79.22%-
XYZ34.3226.9859.28-
YUV146.06159.57145.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=34.34%
G=24.85%
B=40.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701232020.160.3900.21275.742.763.73
HexAA7BCA10270151142b40
Octal252173312204702542453100
Binary10101010111101111001010100001001110101011000101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BCA; }

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

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

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

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

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

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

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

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