#A67BAD

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

Shades of East Side #A67BAD

Tints of East Side #A67BAD

Color information

#A67BAD (or 0xA67BAD) is unknown color: approx East Side. HEX triplet: A6, 7B and AD. RGB value is (166,123,173). Sum of RGB (Red+Green+Blue) = 166+123+173=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #A67BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAD is #598452. Grayscale: #8D8D8D. Windows color (decimal): -5866579 or 11369382. OLE color: 11369382.

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

Color convert

RGB166123173-
CMYK0.040.2900.32
HSL291.6º23.36%58.04%-
HSV(B)291.6º28.9%67.84%-
XYZ30.3525.2942.82-
YUV141.56145.75145.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=35.93%
G=26.62%
B=37.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661231730.040.2900.32291.623.3658.04
HexA67BAD41D020124173a
Octal2461732554350404442772
Binary1010011011110111010110110011101010000010010010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BAD; }

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

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

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

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

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

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

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

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