#A67EC1

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

Shades of East Side #A67EC1

Tints of East Side #A67EC1

Color information

#A67EC1 (or 0xA67EC1) is unknown color: approx East Side. HEX triplet: A6, 7E and C1. RGB value is (166,126,193). Sum of RGB (Red+Green+Blue) = 166+126+193=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #A67EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EC1 is #59813E. Grayscale: #919191. Windows color (decimal): -5865791 or 12680870. OLE color: 12680870.

HSL color Cylindrical-coordinate representation of color #A67EC1: hue angle of 275.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A67EC1 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166126193-
CMYK0.140.3500.24
HSL275.82º35.08%62.55%-
HSV(B)275.82º34.72%75.69%-
XYZ32.8126.8853.91-
YUV145.6154.75142.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=34.23%
G=25.98%
B=39.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661261930.140.3500.24275.8235.0862.55
HexA67EC1E23018114233f
Octal24617630116430304244377
Binary101001101111110110000011110100011011000100010100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EC1; }

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

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

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

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

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

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

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

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