#a681c0

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

Shades of East Side #A681C0

Tints of East Side #A681C0

Color information

#A681C0 (or 0xA681C0) is unknown color: approx East Side. HEX triplet: A6, 81 and C0. RGB value is (166,129,192). Sum of RGB (Red+Green+Blue) = 166+129+192=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #A681C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681C0 is #597E3F. Grayscale: #939393. Windows color (decimal): -5865024 or 12616102. OLE color: 12616102.

HSL color Cylindrical-coordinate representation of color #A681C0: hue angle of 275.24º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A681C0 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166129192-
CMYK0.140.3300.25
HSL275.24º33.33%62.94%-
HSV(B)275.24º32.81%75.29%-
XYZ33.0927.6153.46-
YUV147.24153.26141.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=34.09%
G=26.49%
B=39.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661291920.140.3300.25275.2433.3362.94
HexA681C0E21019113213f
Octal24620130016410314234177
Binary1010011010000001110000001110100001011001100010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a681c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a681c0; }

 p { color: rgb(166,129,192); }

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

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

 a { background-color: rgb(166,129,192); }

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

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

 span { border-color: rgb(166,129,192); }

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