#A67BAE

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

Shades of East Side #A67BAE

Tints of East Side #A67BAE

Color information

#A67BAE (or 0xA67BAE) is unknown color: approx East Side. HEX triplet: A6, 7B and AE. RGB value is (166,123,174). Sum of RGB (Red+Green+Blue) = 166+123+174=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #A67BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAE is #598451. Grayscale: #8D8D8D. Windows color (decimal): -5866578 or 11434918. OLE color: 11434918.

HSL color Cylindrical-coordinate representation of color #A67BAE: hue angle of 290.59º 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 #A67BAE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166123174-
CMYK0.050.2900.32
HSL290.59º23.94%58.24%-
HSV(B)290.59º29.31%68.24%-
XYZ30.4525.3343.33-
YUV141.67146.25145.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=35.85%
G=26.57%
B=37.58%

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
Decimal1661231740.050.2900.32290.5923.9458.24
HexA67BAE51D020123183a
Octal2461732565350404433072
Binary1010011011110111010111010111101010000010010001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BAE; }

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

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

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

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

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

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

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

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