#A381BE

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

Shades of East Side #A381BE

Tints of East Side #A381BE

Color information

#A381BE (or 0xA381BE) is unknown color: approx East Side. HEX triplet: A3, 81 and BE. RGB value is (163,129,190). Sum of RGB (Red+Green+Blue) = 163+129+190=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #A381BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381BE is #5C7E41. Grayscale: #919191. Windows color (decimal): -6061634 or 12485027. OLE color: 12485027.

HSL color Cylindrical-coordinate representation of color #A381BE: hue angle of 273.44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A381BE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163129190-
CMYK0.140.3200.25
HSL273.44º31.94%62.55%-
HSV(B)273.44º32.11%74.51%-
XYZ32.2527.252.27-
YUV146.12152.76140.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=33.82%
G=26.76%
B=39.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631291900.140.3200.25273.4431.9462.55
HexA381BEE20019111203f
Octal24320127616400314214077
Binary1010001110000001101111101110100000011001100010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381BE; }

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

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

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

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

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

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

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

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