#A381AD

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

Shades of East Side #A381AD

Tints of East Side #A381AD

Color information

#A381AD (or 0xA381AD) is unknown color: approx East Side. HEX triplet: A3, 81 and AD. RGB value is (163,129,173). Sum of RGB (Red+Green+Blue) = 163+129+173=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #A381AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AD is #5C7E52. Grayscale: #909090. Windows color (decimal): -6061651 or 11370915. OLE color: 11370915.

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

Color convert

RGB163129173-
CMYK0.060.2500.32
HSL286.36º21.15%59.22%-
HSV(B)286.36º25.43%67.84%-
XYZ30.526.543.04-
YUV144.18144.26141.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=35.05%
G=27.74%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631291730.060.2500.32286.3621.1559.22
HexA381AD61902011e153b
Octal2432012556310404362573
Binary10100011100000011010110111011001010000010001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381AD; }

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

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

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

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

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

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

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

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