#A885C1

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

Shades of East Side #A885C1

Tints of East Side #A885C1

Color information

#A885C1 (or 0xA885C1) is unknown color: approx East Side. HEX triplet: A8, 85 and C1. RGB value is (168,133,193). Sum of RGB (Red+Green+Blue) = 168+133+193=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #A885C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885C1 is #577A3E. Grayscale: #969696. Windows color (decimal): -5732927 or 12682664. OLE color: 12682664.

HSL color Cylindrical-coordinate representation of color #A885C1: hue angle of 275º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A885C1 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168133193-
CMYK0.130.3100.24
HSL275º32.61%63.92%-
HSV(B)275º31.09%75.69%-
XYZ34.1628.9554.24-
YUV150.3152.1140.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=34.01%
G=26.92%
B=39.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681331930.130.3100.2427532.6163.92
HexA885C1D1F0181132140
Octal250205301153703042341100
Binary1010100010000101110000011101111110110001000100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885C1; }

 p { color: rgb(168,133,193); }

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

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

 a { background-color: rgb(168,133,193); }

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

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

 span { border-color: rgb(168,133,193); }

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