#AA7ACB

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

Shades of East Side #AA7ACB

Tints of East Side #AA7ACB

Color information

#AA7ACB (or 0xAA7ACB) is unknown color: approx East Side. HEX triplet: AA, 7A and CB. RGB value is (170,122,203). Sum of RGB (Red+Green+Blue) = 170+122+203=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA7ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ACB is #558534. Grayscale: #919191. Windows color (decimal): -5604661 or 13335210. OLE color: 13335210.

HSL color Cylindrical-coordinate representation of color #AA7ACB: hue angle of 275.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7ACB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170122203-
CMYK0.160.4000.20
HSL275.56º43.78%63.73%-
HSV(B)275.56º39.9%79.61%-
XYZ34.3226.7859.86-
YUV145.59160.4145.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=34.34%
G=24.65%
B=41.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701222030.160.4000.20275.5643.7863.73
HexAA7ACB10280141142c40
Octal252172313205002442454100
Binary10101010111101011001011100001010000101001000101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ACB; }

 p { color: rgb(170,122,203); }

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

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

 a { background-color: rgb(170,122,203); }

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

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

 span { border-color: rgb(170,122,203); }

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