#A883BE

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

Shades of East Side #A883BE

Tints of East Side #A883BE

Color information

#A883BE (or 0xA883BE) is unknown color: approx East Side. HEX triplet: A8, 83 and BE. RGB value is (168,131,190). Sum of RGB (Red+Green+Blue) = 168+131+190=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A883BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883BE is #577C41. Grayscale: #949494. Windows color (decimal): -5733442 or 12485544. OLE color: 12485544.

HSL color Cylindrical-coordinate representation of color #A883BE: hue angle of 277.63º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A883BE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168131190-
CMYK0.120.3100.25
HSL277.63º31.22%62.94%-
HSV(B)277.63º31.05%74.51%-
XYZ33.5628.2852.4-
YUV148.79151.26141.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=34.36%
G=26.79%
B=38.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681311900.120.3100.25277.6331.2262.94
HexA883BEC1F0191161f3f
Octal25020327614370314263777
Binary10101000100000111011111011001111101100110001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883BE; }

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

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

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

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

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

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

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

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