#A882BE

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

Shades of East Side #A882BE

Tints of East Side #A882BE

Color information

#A882BE (or 0xA882BE) is unknown color: approx East Side. HEX triplet: A8, 82 and BE. RGB value is (168,130,190). Sum of RGB (Red+Green+Blue) = 168+130+190=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A882BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882BE is #577D41. Grayscale: #949494. Windows color (decimal): -5733698 or 12485288. OLE color: 12485288.

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

Color convert

RGB168130190-
CMYK0.120.3200.25
HSL278º31.58%62.75%-
HSV(B)278º31.58%74.51%-
XYZ33.4328.0152.36-
YUV148.2151.59142.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=34.43%
G=26.64%
B=38.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681301900.120.3200.2527831.5862.75
HexA882BEC20019116203f
Octal25020227614400314264077
Binary1010100010000010101111101100100000011001100010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882BE; }

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

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

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

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

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

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

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

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