#A67EBF

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

Shades of East Side #A67EBF

Tints of East Side #A67EBF

Color information

#A67EBF (or 0xA67EBF) is unknown color: approx East Side. HEX triplet: A6, 7E and BF. RGB value is (166,126,191). Sum of RGB (Red+Green+Blue) = 166+126+191=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #A67EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EBF is #598140. Grayscale: #919191. Windows color (decimal): -5865793 or 12549798. OLE color: 12549798.

HSL color Cylindrical-coordinate representation of color #A67EBF: hue angle of 276.92º degrees, saturation: 0.34, 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 #A67EBF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166126191-
CMYK0.130.3400.25
HSL276.92º33.68%62.16%-
HSV(B)276.92º34.03%74.9%-
XYZ32.5926.7952.74-
YUV145.37153.75142.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 191 (75% from 255) = 39.54%
R=34.37%
G=26.09%
B=39.54%

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
Decimal1661261910.130.3400.25276.9233.6862.16
HexA67EBFD22019115223e
Octal24617627715420314254276
Binary101001101111110101111111101100010011001100010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EBF; }

 p { color: rgb(166,126,191); }

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

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

 a { background-color: rgb(166,126,191); }

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

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

 span { border-color: rgb(166,126,191); }

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