#A67DB3

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

Shades of East Side #A67DB3

Tints of East Side #A67DB3

Color information

#A67DB3 (or 0xA67DB3) is unknown color: approx East Side. HEX triplet: A6, 7D and B3. RGB value is (166,125,179). Sum of RGB (Red+Green+Blue) = 166+125+179=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #A67DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DB3 is #59824C. Grayscale: #8F8F8F. Windows color (decimal): -5866061 or 11763110. OLE color: 11763110.

HSL color Cylindrical-coordinate representation of color #A67DB3: hue angle of 285.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67DB3 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166125179-
CMYK0.070.3000.30
HSL285.56º26.21%59.61%-
HSV(B)285.56º30.17%70.2%-
XYZ31.226.0346.03-
YUV143.42148.08144.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=35.32%
G=26.60%
B=38.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661251790.070.3000.30285.5626.2159.61
HexA67DB371E01E11e1a3c
Octal2461752637360364363274
Binary101001101111101101100111111111001111010001111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67DB3; }

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

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

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

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

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

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

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

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