#A67EC6

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

Shades of East Side #A67EC6

Tints of East Side #A67EC6

Color information

#A67EC6 (or 0xA67EC6) is unknown color: approx East Side. HEX triplet: A6, 7E and C6. RGB value is (166,126,198). Sum of RGB (Red+Green+Blue) = 166+126+198=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #A67EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EC6 is #598139. Grayscale: #919191. Windows color (decimal): -5865786 or 13008550. OLE color: 13008550.

HSL color Cylindrical-coordinate representation of color #A67EC6: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A67EC6 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166126198-
CMYK0.160.3600.22
HSL273.33º38.71%63.53%-
HSV(B)273.33º36.36%77.65%-
XYZ33.3827.1156.9-
YUV146.17157.25142.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=33.88%
G=25.71%
B=40.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661261980.160.3600.22273.3338.7163.53
HexA67EC610240161112740
Octal246176306204402642147100
Binary10100110111111011000110100001001000101101000100011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EC6; }

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

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

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

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

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

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

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

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