#A883B3

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

Shades of East Side #A883B3

Tints of East Side #A883B3

Color information

#A883B3 (or 0xA883B3) is unknown color: approx East Side. HEX triplet: A8, 83 and B3. RGB value is (168,131,179). Sum of RGB (Red+Green+Blue) = 168+131+179=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #A883B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883B3 is #577C4C. Grayscale: #939393. Windows color (decimal): -5733453 or 11764648. OLE color: 11764648.

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

Color convert

RGB168131179-
CMYK0.060.2700.30
HSL286.25º24%60.78%-
HSV(B)286.25º26.82%70.2%-
XYZ32.427.8146.31-
YUV147.54145.76142.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=35.15%
G=27.41%
B=37.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681311790.060.2700.30286.252460.78
HexA883B361B01E11e183d
Octal2502032636330364363075
Binary1010100010000011101100111101101101111010001111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883B3; }

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

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

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

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

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

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

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

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