#A67CB7

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

Shades of East Side #A67CB7

Tints of East Side #A67CB7

Color information

#A67CB7 (or 0xA67CB7) is unknown color: approx East Side. HEX triplet: A6, 7C and B7. RGB value is (166,124,183). Sum of RGB (Red+Green+Blue) = 166+124+183=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #A67CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67CB7 is #598348. Grayscale: #8F8F8F. Windows color (decimal): -5866313 or 12024998. OLE color: 12024998.

HSL color Cylindrical-coordinate representation of color #A67CB7: hue angle of 282.71º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67CB7 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166124183-
CMYK0.090.3200.28
HSL282.71º29.06%60.2%-
HSV(B)282.71º32.24%71.76%-
XYZ31.4825.9448.15-
YUV143.28150.41144.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=35.10%
G=26.22%
B=38.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661241830.090.3200.28282.7129.0660.2
HexA67CB792001C11b1d3c
Octal24617426711400344333574
Binary10100110111110010110111100110000001110010001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67CB7; }

 p { color: rgb(166,124,183); }

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

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

 a { background-color: rgb(166,124,183); }

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

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

 span { border-color: rgb(166,124,183); }

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