#A67DBE

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

Shades of East Side #A67DBE

Tints of East Side #A67DBE

Color information

#A67DBE (or 0xA67DBE) is unknown color: approx East Side. HEX triplet: A6, 7D and BE. RGB value is (166,125,190). Sum of RGB (Red+Green+Blue) = 166+125+190=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #A67DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DBE is #598241. Grayscale: #909090. Windows color (decimal): -5866050 or 12484006. OLE color: 12484006.

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

Color convert

RGB166125190-
CMYK0.130.3400.25
HSL277.85º33.33%61.76%-
HSV(B)277.85º34.21%74.51%-
XYZ32.3526.4952.12-
YUV144.67153.58143.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=34.51%
G=25.99%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661251900.130.3400.25277.8533.3361.76
HexA67DBED22019116213e
Octal24617527615420314264176
Binary101001101111101101111101101100010011001100010110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67DBE; }

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

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

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

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

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

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

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

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