#AA7BCF

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

Shades of East Side #AA7BCF

Tints of East Side #AA7BCF

Color information

#AA7BCF (or 0xAA7BCF) is unknown color: approx East Side. HEX triplet: AA, 7B and CF. RGB value is (170,123,207). Sum of RGB (Red+Green+Blue) = 170+123+207=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA7BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BCF is #558430. Grayscale: #929292. Windows color (decimal): -5604401 or 13597610. OLE color: 13597610.

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

Color convert

RGB170123207-
CMYK0.180.4100.19
HSL273.57º46.67%64.71%-
HSV(B)273.57º40.58%81.18%-
XYZ34.9227.2262.44-
YUV146.63162.07144.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=34%
G=24.6%
B=41.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701232070.180.4100.19273.5746.6764.71
HexAA7BCF12290131122f41
Octal252173317225102342257101
Binary10101010111101111001111100101010010100111000100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BCF; }

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

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

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

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

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

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

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

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