#A381BC

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

Shades of East Side #A381BC

Tints of East Side #A381BC

Color information

#A381BC (or 0xA381BC) is unknown color: approx East Side. HEX triplet: A3, 81 and BC. RGB value is (163,129,188). Sum of RGB (Red+Green+Blue) = 163+129+188=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #A381BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381BC is #5C7E43. Grayscale: #919191. Windows color (decimal): -6061636 or 12353955. OLE color: 12353955.

HSL color Cylindrical-coordinate representation of color #A381BC: hue angle of 274.58º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A381BC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163129188-
CMYK0.130.3100.26
HSL274.58º30.57%62.16%-
HSV(B)274.58º31.38%73.73%-
XYZ32.0327.1251.12-
YUV145.89151.76140.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=33.96%
G=26.88%
B=39.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631291880.130.3100.26274.5830.5762.16
HexA381BCD1F01A1131f3e
Octal24320127415370324233776
Binary10100011100000011011110011011111101101010001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381BC; }

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

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

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

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

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

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

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

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