#A882BF

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

Shades of East Side #A882BF

Tints of East Side #A882BF

Color information

#A882BF (or 0xA882BF) is unknown color: approx East Side. HEX triplet: A8, 82 and BF. RGB value is (168,130,191). Sum of RGB (Red+Green+Blue) = 168+130+191=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A882BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882BF is #577D40. Grayscale: #949494. Windows color (decimal): -5733697 or 12550824. OLE color: 12550824.

HSL color Cylindrical-coordinate representation of color #A882BF: hue angle of 277.38º 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 #A882BF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168130191-
CMYK0.120.3200.25
HSL277.38º32.28%62.94%-
HSV(B)277.38º31.94%74.9%-
XYZ33.5428.0552.94-
YUV148.32152.09142.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 191 (75% from 255) = 39.06%
R=34.36%
G=26.58%
B=39.06%

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
Decimal1681301910.120.3200.25277.3832.2862.94
HexA882BFC20019115203f
Octal25020227714400314254077
Binary1010100010000010101111111100100000011001100010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882BF; }

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

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

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

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

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

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

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

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