#AA7CBC

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

Shades of East Side #AA7CBC

Tints of East Side #AA7CBC

Color information

#AA7CBC (or 0xAA7CBC) is unknown color: approx East Side. HEX triplet: AA, 7C and BC. RGB value is (170,124,188). Sum of RGB (Red+Green+Blue) = 170+124+188=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA7CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CBC is #558343. Grayscale: #909090. Windows color (decimal): -5604164 or 12352682. OLE color: 12352682.

HSL color Cylindrical-coordinate representation of color #AA7CBC: hue angle of 283.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7CBC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170124188-
CMYK0.100.3400.26
HSL283.12º32.32%61.18%-
HSV(B)283.12º34.04%73.73%-
XYZ32.8626.5950.98-
YUV145.05152.24145.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=35.27%
G=25.73%
B=39.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701241880.100.3400.26283.1232.3261.18
HexAA7CBCA2201A11b203d
Octal25217427412420324334075
Binary101010101111100101111001010100010011010100011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CBC; }

 p { color: rgb(170,124,188); }

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

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

 a { background-color: rgb(170,124,188); }

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

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

 span { border-color: rgb(170,124,188); }

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