#A884B3

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

Shades of East Side #A884B3

Tints of East Side #A884B3

Color information

#A884B3 (or 0xA884B3) is unknown color: approx East Side. HEX triplet: A8, 84 and B3. RGB value is (168,132,179). Sum of RGB (Red+Green+Blue) = 168+132+179=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #A884B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884B3 is #577B4C. Grayscale: #939393. Windows color (decimal): -5733197 or 11764904. OLE color: 11764904.

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

Color convert

RGB168132179-
CMYK0.060.2600.30
HSL285.96º23.62%60.98%-
HSV(B)285.96º26.26%70.2%-
XYZ32.5428.0846.35-
YUV148.12145.43142.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=35.07%
G=27.56%
B=37.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681321790.060.2600.30285.9623.6260.98
HexA884B361A01E11e183d
Octal2502042636320364363075
Binary1010100010000100101100111101101001111010001111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884B3; }

 p { color: rgb(168,132,179); }

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

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

 a { background-color: rgb(168,132,179); }

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

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

 span { border-color: rgb(168,132,179); }

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