#A67CAE

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

Shades of East Side #A67CAE

Tints of East Side #A67CAE

Color information

#A67CAE (or 0xA67CAE) is unknown color: approx East Side. HEX triplet: A6, 7C and AE. RGB value is (166,124,174). Sum of RGB (Red+Green+Blue) = 166+124+174=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #A67CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CAE is #598351. Grayscale: #8E8E8E. Windows color (decimal): -5866322 or 11435174. OLE color: 11435174.

HSL color Cylindrical-coordinate representation of color #A67CAE: hue angle of 290.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67CAE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166124174-
CMYK0.050.2900.32
HSL290.4º23.58%58.43%-
HSV(B)290.4º28.74%68.24%-
XYZ30.5725.5843.37-
YUV142.26145.91144.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=35.78%
G=26.72%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661241740.050.2900.32290.423.5858.43
HexA67CAE51D020122183a
Octal2461742565350404423072
Binary1010011011111001010111010111101010000010010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67CAE; }

 p { color: rgb(166,124,174); }

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

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

 a { background-color: rgb(166,124,174); }

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

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

 span { border-color: rgb(166,124,174); }

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