#A68ABE

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

Shades of East Side #A68ABE

Tints of East Side #A68ABE

Color information

#A68ABE (or 0xA68ABE) is unknown color: approx East Side. HEX triplet: A6, 8A and BE. RGB value is (166,138,190). Sum of RGB (Red+Green+Blue) = 166+138+190=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A68ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ABE is #597541. Grayscale: #989898. Windows color (decimal): -5862722 or 12487334. OLE color: 12487334.

HSL color Cylindrical-coordinate representation of color #A68ABE: hue angle of 272.31º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68ABE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166138190-
CMYK0.130.2700.25
HSL272.31º28.57%64.31%-
HSV(B)272.31º27.37%74.51%-
XYZ34.113052.71-
YUV152.3149.28137.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=33.60%
G=27.94%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661381900.130.2700.25272.3128.5764.31
HexA68ABED1B0191101d40
Octal246212276153303142035100
Binary101001101000101010111110110111011011001100010000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ABE; }

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

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

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

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

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

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

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

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