#AA7FCD

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

Shades of East Side #AA7FCD

Tints of East Side #AA7FCD

Color information

#AA7FCD (or 0xAA7FCD) is unknown color: approx East Side. HEX triplet: AA, 7F and CD. RGB value is (170,127,205). Sum of RGB (Red+Green+Blue) = 170+127+205=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FCD is #558032. Grayscale: #949494. Windows color (decimal): -5603379 or 13467562. OLE color: 13467562.

HSL color Cylindrical-coordinate representation of color #AA7FCD: hue angle of 273.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA7FCD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170127205-
CMYK0.170.3800.20
HSL273.08º43.82%65.1%-
HSV(B)273.08º38.05%80.39%-
XYZ35.1928.1361.33-
YUV148.75159.75143.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=33.86%
G=25.30%
B=40.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701272050.170.3800.20273.0843.8265.1
HexAA7FCD11260141112c41
Octal252177315214602442154101
Binary10101010111111111001101100011001100101001000100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FCD; }

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

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

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

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

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

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

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

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