#A68DBE

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

Shades of East Side #A68DBE

Tints of East Side #A68DBE

Color information

#A68DBE (or 0xA68DBE) is unknown color: approx East Side. HEX triplet: A6, 8D and BE. RGB value is (166,141,190). Sum of RGB (Red+Green+Blue) = 166+141+190=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A68DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DBE is #597241. Grayscale: #999999. Windows color (decimal): -5861954 or 12488102. OLE color: 12488102.

HSL color Cylindrical-coordinate representation of color #A68DBE: hue angle of 270.61º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A68DBE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166141190-
CMYK0.130.2600.25
HSL270.61º27.37%64.9%-
HSV(B)270.61º25.79%74.51%-
XYZ34.5530.8752.85-
YUV154.06148.28136.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=33.40%
G=28.37%
B=38.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661411900.130.2600.25270.6127.3764.9
HexA68DBED1A01910f1b41
Octal246215276153203141733101
Binary101001101000110110111110110111010011001100001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DBE; }

 p { color: rgb(166,141,190); }

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

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

 a { background-color: rgb(166,141,190); }

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

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

 span { border-color: rgb(166,141,190); }

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