#A291AD

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

Shades of East Side #A291AD

Tints of East Side #A291AD

Color information

#A291AD (or 0xA291AD) is unknown color: approx East Side. HEX triplet: A2, 91 and AD. RGB value is (162,145,173). Sum of RGB (Red+Green+Blue) = 162+145+173=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #A291AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A291AD is #5D6E52. Grayscale: #999999. Windows color (decimal): -6123091 or 11375010. OLE color: 11375010.

HSL color Cylindrical-coordinate representation of color #A291AD: hue angle of 276.43º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A291AD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162145173-
CMYK0.060.1600.32
HSL276.43º14.58%62.35%-
HSV(B)276.43º16.18%67.84%-
XYZ32.5730.9543.79-
YUV153.28139.13134.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=33.75%
G=30.21%
B=36.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621451730.060.1600.32276.4314.5862.35
HexA291AD610020114f3e
Octal2422212556200404241776
Binary1010001010010001101011011101000001000001000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291AD; }

 p { color: rgb(162,145,173); }

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

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

 a { background-color: rgb(162,145,173); }

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

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

 span { border-color: rgb(162,145,173); }

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