#A885B4

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

Shades of East Side #A885B4

Tints of East Side #A885B4

Color information

#A885B4 (or 0xA885B4) is unknown color: approx East Side. HEX triplet: A8, 85 and B4. RGB value is (168,133,180). Sum of RGB (Red+Green+Blue) = 168+133+180=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #A885B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885B4 is #577A4B. Grayscale: #949494. Windows color (decimal): -5732940 or 11830696. OLE color: 11830696.

HSL color Cylindrical-coordinate representation of color #A885B4: hue angle of 284.68º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A885B4 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168133180-
CMYK0.070.2600.29
HSL284.68º23.86%61.37%-
HSV(B)284.68º26.11%70.59%-
XYZ32.7728.446.93-
YUV148.82145.6141.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=34.93%
G=27.65%
B=37.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681331800.070.2600.29284.6823.8661.37
HexA885B471A01D11d183d
Octal2502052647320354353075
Binary1010100010000101101101001111101001110110001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885B4; }

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

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

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

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

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

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

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

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