#A67BCA

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

Shades of East Side #A67BCA

Tints of East Side #A67BCA

Color information

#A67BCA (or 0xA67BCA) is unknown color: approx East Side. HEX triplet: A6, 7B and CA. RGB value is (166,123,202). Sum of RGB (Red+Green+Blue) = 166+123+202=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #A67BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BCA is #598435. Grayscale: #909090. Windows color (decimal): -5866550 or 13269926. OLE color: 13269926.

HSL color Cylindrical-coordinate representation of color #A67BCA: hue angle of 272.66º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67BCA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166123202-
CMYK0.180.3900.21
HSL272.66º42.7%63.73%-
HSV(B)272.66º39.11%79.22%-
XYZ33.4726.5459.24-
YUV144.86160.25143.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=33.81%
G=25.05%
B=41.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661232020.180.3900.21272.6642.763.73
HexA67BCA12270151112b40
Octal246173312224702542153100
Binary10100110111101111001010100101001110101011000100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BCA; }

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

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

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

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

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

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

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

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