#A381B8

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

Shades of East Side #A381B8

Tints of East Side #A381B8

Color information

#A381B8 (or 0xA381B8) is unknown color: approx East Side. HEX triplet: A3, 81 and B8. RGB value is (163,129,184). Sum of RGB (Red+Green+Blue) = 163+129+184=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #A381B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381B8 is #5C7E47. Grayscale: #919191. Windows color (decimal): -6061640 or 12091811. OLE color: 12091811.

HSL color Cylindrical-coordinate representation of color #A381B8: hue angle of 277.09º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A381B8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163129184-
CMYK0.110.3000.28
HSL277.09º27.92%61.37%-
HSV(B)277.09º29.89%72.16%-
XYZ31.6126.9548.88-
YUV145.44149.76140.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=34.24%
G=27.10%
B=38.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631291840.110.3000.28277.0927.9261.37
HexA381B8B1E01C1151c3d
Octal24320127013360344253475
Binary10100011100000011011100010111111001110010001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381B8; }

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

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

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

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

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

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

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

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