#A67DBA

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

Shades of East Side #A67DBA

Tints of East Side #A67DBA

Color information

#A67DBA (or 0xA67DBA) is unknown color: approx East Side. HEX triplet: A6, 7D and BA. RGB value is (166,125,186). Sum of RGB (Red+Green+Blue) = 166+125+186=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A67DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DBA is #598245. Grayscale: #909090. Windows color (decimal): -5866054 or 12221862. OLE color: 12221862.

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

Color convert

RGB166125186-
CMYK0.110.3300.27
HSL280.33º30.65%60.98%-
HSV(B)280.33º32.8%72.94%-
XYZ31.9226.3249.85-
YUV144.21151.58143.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=34.80%
G=26.21%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661251860.110.3300.27280.3330.6560.98
HexA67DBAB2101B1181f3d
Octal24617527213410334303775
Binary10100110111110110111010101110000101101110001100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67DBA; }

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

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

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

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

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

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

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

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