#AA7DCF

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

Shades of East Side #AA7DCF

Tints of East Side #AA7DCF

Color information

#AA7DCF (or 0xAA7DCF) is unknown color: approx East Side. HEX triplet: AA, 7D and CF. RGB value is (170,125,207). Sum of RGB (Red+Green+Blue) = 170+125+207=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DCF is #558230. Grayscale: #939393. Windows color (decimal): -5603889 or 13598122. OLE color: 13598122.

HSL color Cylindrical-coordinate representation of color #AA7DCF: hue angle of 272.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7DCF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170125207-
CMYK0.180.4000.19
HSL272.93º46.07%65.1%-
HSV(B)272.93º39.61%81.18%-
XYZ35.1727.7262.53-
YUV147.8161.41143.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=33.86%
G=24.90%
B=41.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701252070.180.4000.19272.9346.0765.1
HexAA7DCF12280131112e41
Octal252175317225002342156101
Binary10101010111110111001111100101010000100111000100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DCF; }

 p { color: rgb(170,125,207); }

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

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

 a { background-color: rgb(170,125,207); }

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

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

 span { border-color: rgb(170,125,207); }

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