#A67ABB

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

Shades of East Side #A67ABB

Tints of East Side #A67ABB

Color information

#A67ABB (or 0xA67ABB) is unknown color: approx East Side. HEX triplet: A6, 7A and BB. RGB value is (166,122,187). Sum of RGB (Red+Green+Blue) = 166+122+187=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #A67ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ABB is #598544. Grayscale: #8E8E8E. Windows color (decimal): -5866821 or 12286630. OLE color: 12286630.

HSL color Cylindrical-coordinate representation of color #A67ABB: hue angle of 280.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A67ABB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166122187-
CMYK0.110.3500.27
HSL280.62º32.34%60.59%-
HSV(B)280.62º34.76%73.33%-
XYZ31.6625.6150.29-
YUV142.57153.08144.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=34.95%
G=25.68%
B=39.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661221870.110.3500.27280.6232.3460.59
HexA67ABBB2301B119203d
Octal24617227313430334314075
Binary101001101111010101110111011100011011011100011001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67ABB; }

 p { color: rgb(166,122,187); }

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

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

 a { background-color: rgb(166,122,187); }

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

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

 span { border-color: rgb(166,122,187); }

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