#A67FBE

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

Shades of East Side #A67FBE

Tints of East Side #A67FBE

Color information

#A67FBE (or 0xA67FBE) is unknown color: approx East Side. HEX triplet: A6, 7F and BE. RGB value is (166,127,190). Sum of RGB (Red+Green+Blue) = 166+127+190=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #A67FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FBE is #598041. Grayscale: #919191. Windows color (decimal): -5865538 or 12484518. OLE color: 12484518.

HSL color Cylindrical-coordinate representation of color #A67FBE: hue angle of 277.14º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67FBE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166127190-
CMYK0.130.3300.25
HSL277.14º32.64%62.16%-
HSV(B)277.14º33.16%74.51%-
XYZ32.612752.21-
YUV145.84152.92142.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=34.37%
G=26.29%
B=39.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661271900.130.3300.25277.1432.6462.16
HexA67FBED21019115213e
Octal24617727615410314254176
Binary101001101111111101111101101100001011001100010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FBE; }

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

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

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

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

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

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

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

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