#A381AE

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

Shades of East Side #A381AE

Tints of East Side #A381AE

Color information

#A381AE (or 0xA381AE) is unknown color: approx East Side. HEX triplet: A3, 81 and AE. RGB value is (163,129,174). Sum of RGB (Red+Green+Blue) = 163+129+174=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #A381AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AE is #5C7E51. Grayscale: #909090. Windows color (decimal): -6061650 or 11436451. OLE color: 11436451.

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

Color convert

RGB163129174-
CMYK0.060.2600.32
HSL285.33º21.74%59.41%-
HSV(B)285.33º25.86%68.24%-
XYZ30.5926.5443.56-
YUV144.3144.76141.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=34.98%
G=27.68%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631291740.060.2600.32285.3321.7459.41
HexA381AE61A02011d163b
Octal2432012566320404352673
Binary10100011100000011010111011011010010000010001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381AE; }

 p { color: rgb(163,129,174); }

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

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

 a { background-color: rgb(163,129,174); }

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

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

 span { border-color: rgb(163,129,174); }

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