#A68AB1

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

Shades of East Side #A68AB1

Tints of East Side #A68AB1

Color information

#A68AB1 (or 0xA68AB1) is unknown color: approx East Side. HEX triplet: A6, 8A and B1. RGB value is (166,138,177). Sum of RGB (Red+Green+Blue) = 166+138+177=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 177 - color contains mainly: blue. Hex color #A68AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AB1 is #59754E. Grayscale: #969696. Windows color (decimal): -5862735 or 11635366. OLE color: 11635366.

HSL color Cylindrical-coordinate representation of color #A68AB1: hue angle of 283.08º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68AB1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166138177-
CMYK0.060.2200.31
HSL283.08º20%61.76%-
HSV(B)283.08º22.03%69.41%-
XYZ32.7529.4645.55-
YUV150.82142.78138.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 177 (69.53% from 255) = 36.80%
R=34.51%
G=28.69%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661381770.060.2200.31283.082061.76
HexA68AB161601F11b143e
Octal2462122616260374332476
Binary1010011010001010101100011101011001111110001101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AB1; }

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

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

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

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

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

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

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

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