#A67CB1

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

Shades of East Side #A67CB1

Tints of East Side #A67CB1

Color information

#A67CB1 (or 0xA67CB1) is unknown color: approx East Side. HEX triplet: A6, 7C and B1. RGB value is (166,124,177). Sum of RGB (Red+Green+Blue) = 166+124+177=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #A67CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CB1 is #59834E. Grayscale: #8E8E8E. Windows color (decimal): -5866319 or 11631782. OLE color: 11631782.

HSL color Cylindrical-coordinate representation of color #A67CB1: hue angle of 287.55º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67CB1 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166124177-
CMYK0.060.3000.31
HSL287.55º25.36%59.02%-
HSV(B)287.55º29.94%69.41%-
XYZ30.8725.744.93-
YUV142.6147.41144.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=35.55%
G=26.55%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661241770.060.3000.31287.5525.3659.02
HexA67CB161E01F120193b
Octal2461742616360374403173
Binary101001101111100101100011101111001111110010000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67CB1; }

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

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

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

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

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

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

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

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