#A67FAC

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

Shades of East Side #A67FAC

Tints of East Side #A67FAC

Color information

#A67FAC (or 0xA67FAC) is unknown color: approx East Side. HEX triplet: A6, 7F and AC. RGB value is (166,127,172). Sum of RGB (Red+Green+Blue) = 166+127+172=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A67FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67FAC is #598053. Grayscale: #8F8F8F. Windows color (decimal): -5865556 or 11304870. OLE color: 11304870.

HSL color Cylindrical-coordinate representation of color #A67FAC: hue angle of 292º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67FAC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166127172-
CMYK0.030.2600.33
HSL292º21.33%58.63%-
HSV(B)292º26.16%67.45%-
XYZ30.7626.2642.48-
YUV143.79143.92143.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=35.70%
G=27.31%
B=36.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661271720.030.2600.3329221.3358.63
HexA67FAC31A021124153b
Octal2461772543320414442573
Binary101001101111111101011001111010010000110010010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FAC; }

 p { color: rgb(166,127,172); }

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

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

 a { background-color: rgb(166,127,172); }

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

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

 span { border-color: rgb(166,127,172); }

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