#A882B3

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

Shades of East Side #A882B3

Tints of East Side #A882B3

Color information

#A882B3 (or 0xA882B3) is unknown color: approx East Side. HEX triplet: A8, 82 and B3. RGB value is (168,130,179). Sum of RGB (Red+Green+Blue) = 168+130+179=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #A882B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882B3 is #577D4C. Grayscale: #929292. Windows color (decimal): -5733709 or 11764392. OLE color: 11764392.

HSL color Cylindrical-coordinate representation of color #A882B3: hue angle of 286.53º 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 #A882B3 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168130179-
CMYK0.060.2700.30
HSL286.53º24.38%60.59%-
HSV(B)286.53º27.37%70.2%-
XYZ32.2727.5446.26-
YUV146.95146.09143.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 179 (70.31% from 255) = 37.53%
R=35.22%
G=27.25%
B=37.53%

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
Decimal1681301790.060.2700.30286.5324.3860.59
HexA882B361B01E11f183d
Octal2502022636330364373075
Binary1010100010000010101100111101101101111010001111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882B3; }

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

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

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

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

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

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

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

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