#A68ABD

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

Shades of East Side #A68ABD

Tints of East Side #A68ABD

Color information

#A68ABD (or 0xA68ABD) is unknown color: approx East Side. HEX triplet: A6, 8A and BD. RGB value is (166,138,189). Sum of RGB (Red+Green+Blue) = 166+138+189=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A68ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ABD is #597542. Grayscale: #989898. Windows color (decimal): -5862723 or 12421798. OLE color: 12421798.

HSL color Cylindrical-coordinate representation of color #A68ABD: hue angle of 272.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68ABD is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166138189-
CMYK0.120.2700.26
HSL272.94º27.87%64.12%-
HSV(B)272.94º26.98%74.12%-
XYZ3429.9652.13-
YUV152.19148.78137.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=33.67%
G=27.99%
B=38.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661381890.120.2700.26272.9427.8764.12
HexA68ABDC1B01A1111c40
Octal246212275143303242134100
Binary101001101000101010111101110011011011010100010001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ABD; }

 p { color: rgb(166,138,189); }

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

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

 a { background-color: rgb(166,138,189); }

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

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

 span { border-color: rgb(166,138,189); }

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