#A68FAB

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

Shades of East Side #A68FAB

Tints of East Side #A68FAB

Color information

#A68FAB (or 0xA68FAB) is unknown color: approx East Side. HEX triplet: A6, 8F and AB. RGB value is (166,143,171). Sum of RGB (Red+Green+Blue) = 166+143+171=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #A68FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68FAB is #597054. Grayscale: #989898. Windows color (decimal): -5861461 or 11243430. OLE color: 11243430.

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

Color convert

RGB166143171-
CMYK0.030.1600.33
HSL289.29º14.29%61.57%-
HSV(B)289.29º16.37%67.06%-
XYZ32.930.6942.72-
YUV153.07138.12137.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=34.58%
G=29.79%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661431710.030.1600.33289.2914.2961.57
HexA68FAB310021121e3e
Octal2462172533200414411676
Binary101001101000111110101011111000001000011001000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FAB; }

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

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

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

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

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

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

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

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