#A68CBA

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

Shades of East Side #A68CBA

Tints of East Side #A68CBA

Color information

#A68CBA (or 0xA68CBA) is unknown color: approx East Side. HEX triplet: A6, 8C and BA. RGB value is (166,140,186). Sum of RGB (Red+Green+Blue) = 166+140+186=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A68CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CBA is #597345. Grayscale: #989898. Windows color (decimal): -5862214 or 12225702. OLE color: 12225702.

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

Color convert

RGB166140186-
CMYK0.110.2500.27
HSL273.91º25%63.92%-
HSV(B)273.91º24.73%72.94%-
XYZ33.9730.4150.53-
YUV153.02146.61137.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 140 (55.08% from 255) = 28.46%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=33.74%
G=28.46%
B=37.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661401860.110.2500.27273.912563.92
HexA68CBAB1901B1121940
Octal246214272133103342231100
Binary101001101000110010111010101111001011011100010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CBA; }

 p { color: rgb(166,140,186); }

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

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

 a { background-color: rgb(166,140,186); }

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

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

 span { border-color: rgb(166,140,186); }

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