#A67BBA

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

Shades of East Side #A67BBA

Tints of East Side #A67BBA

Color information

#A67BBA (or 0xA67BBA) is unknown color: approx East Side. HEX triplet: A6, 7B and BA. RGB value is (166,123,186). Sum of RGB (Red+Green+Blue) = 166+123+186=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A67BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BBA is #598445. Grayscale: #8E8E8E. Windows color (decimal): -5866566 or 12221350. OLE color: 12221350.

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

Color convert

RGB166123186-
CMYK0.110.3400.27
HSL280.95º31.34%60.59%-
HSV(B)280.95º33.87%72.94%-
XYZ31.6725.8249.77-
YUV143.04152.25144.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=34.95%
G=25.89%
B=39.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661231860.110.3400.27280.9531.3460.59
HexA67BBAB2201B1191f3d
Octal24617327213420334313775
Binary10100110111101110111010101110001001101110001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BBA; }

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

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

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

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

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

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

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

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