#A68BAB

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

Shades of East Side #A68BAB

Tints of East Side #A68BAB

Color information

#A68BAB (or 0xA68BAB) is unknown color: approx East Side. HEX triplet: A6, 8B and AB. RGB value is (166,139,171). Sum of RGB (Red+Green+Blue) = 166+139+171=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A68BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BAB is #597454. Grayscale: #969696. Windows color (decimal): -5862485 or 11242406. OLE color: 11242406.

HSL color Cylindrical-coordinate representation of color #A68BAB: hue angle of 290.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68BAB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166139171-
CMYK0.030.1900.33
HSL290.62º16%60.78%-
HSV(B)290.62º18.71%67.06%-
XYZ32.3129.5142.52-
YUV150.72139.45138.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=34.87%
G=29.20%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661391710.030.1900.33290.621660.78
HexA68BAB313021123103d
Octal2462132533230414432075
Binary1010011010001011101010111110011010000110010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BAB; }

 p { color: rgb(166,139,171); }

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

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

 a { background-color: rgb(166,139,171); }

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

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

 span { border-color: rgb(166,139,171); }

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