#A67ECA

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

Shades of East Side #A67ECA

Tints of East Side #A67ECA

Color information

#A67ECA (or 0xA67ECA) is unknown color: approx East Side. HEX triplet: A6, 7E and CA. RGB value is (166,126,202). Sum of RGB (Red+Green+Blue) = 166+126+202=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A67ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ECA is #598135. Grayscale: #929292. Windows color (decimal): -5865782 or 13270694. OLE color: 13270694.

HSL color Cylindrical-coordinate representation of color #A67ECA: hue angle of 271.58º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67ECA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166126202-
CMYK0.180.3800.21
HSL271.58º41.76%64.31%-
HSV(B)271.58º37.62%79.22%-
XYZ33.8527.2959.36-
YUV146.62159.25141.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=33.60%
G=25.51%
B=40.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661262020.180.3800.21271.5841.7664.31
HexA67ECA12260151102a40
Octal246176312224602542052100
Binary10100110111111011001010100101001100101011000100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67ECA; }

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

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

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

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

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

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

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

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