#A68BAF

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

Shades of East Side #A68BAF

Tints of East Side #A68BAF

Color information

#A68BAF (or 0xA68BAF) is unknown color: approx East Side. HEX triplet: A6, 8B and AF. RGB value is (166,139,175). Sum of RGB (Red+Green+Blue) = 166+139+175=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #A68BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BAF is #597450. Grayscale: #979797. Windows color (decimal): -5862481 or 11504550. OLE color: 11504550.

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

Color convert

RGB166139175-
CMYK0.050.2100.31
HSL285º18.37%61.57%-
HSV(B)285º20.57%68.63%-
XYZ32.729.6744.56-
YUV151.18141.45138.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=34.58%
G=28.96%
B=36.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661391750.050.2100.3128518.3761.57
HexA68BAF51501F11d123e
Octal2462132575250374352276
Binary1010011010001011101011111011010101111110001110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BAF; }

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

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

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

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

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

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

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

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