#A882B7

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

Shades of East Side #A882B7

Tints of East Side #A882B7

Color information

#A882B7 (or 0xA882B7) is unknown color: approx East Side. HEX triplet: A8, 82 and B7. RGB value is (168,130,183). Sum of RGB (Red+Green+Blue) = 168+130+183=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #A882B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882B7 is #577D48. Grayscale: #939393. Windows color (decimal): -5733705 or 12026536. OLE color: 12026536.

HSL color Cylindrical-coordinate representation of color #A882B7: hue angle of 283.02º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A882B7 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168130183-
CMYK0.080.2900.28
HSL283.02º26.9%61.37%-
HSV(B)283.02º28.96%71.76%-
XYZ32.6827.7148.43-
YUV147.4148.09142.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=34.93%
G=27.03%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681301830.080.2900.28283.0226.961.37
HexA882B781D01C11b1b3d
Octal25020226710350344333375
Binary10101000100000101011011110001110101110010001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882B7; }

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

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

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

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

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

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

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

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