#A67EB7

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

Shades of East Side #A67EB7

Tints of East Side #A67EB7

Color information

#A67EB7 (or 0xA67EB7) is unknown color: approx East Side. HEX triplet: A6, 7E and B7. RGB value is (166,126,183). Sum of RGB (Red+Green+Blue) = 166+126+183=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: blue. Hex color #A67EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EB7 is #598148. Grayscale: #909090. Windows color (decimal): -5865801 or 12025510. OLE color: 12025510.

HSL color Cylindrical-coordinate representation of color #A67EB7: hue angle of 282.11º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67EB7 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166126183-
CMYK0.090.3100.28
HSL282.11º28.36%60.59%-
HSV(B)282.11º31.15%71.76%-
XYZ31.7326.4548.23-
YUV144.46149.75143.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=34.95%
G=26.53%
B=38.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661261830.090.3100.28282.1128.3660.59
HexA67EB791F01C11a1c3d
Octal24617626711370344323475
Binary1010011011111101011011110011111101110010001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EB7; }

 p { color: rgb(166,126,183); }

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

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

 a { background-color: rgb(166,126,183); }

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

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

 span { border-color: rgb(166,126,183); }

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