#A380B3

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

Shades of East Side #A380B3

Tints of East Side #A380B3

Color information

#A380B3 (or 0xA380B3) is unknown color: approx East Side. HEX triplet: A3, 80 and B3. RGB value is (163,128,179). Sum of RGB (Red+Green+Blue) = 163+128+179=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #A380B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380B3 is #5C7F4C. Grayscale: #909090. Windows color (decimal): -6061901 or 11763875. OLE color: 11763875.

HSL color Cylindrical-coordinate representation of color #A380B3: hue angle of 281.18º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A380B3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB163128179-
CMYK0.090.2800.30
HSL281.18º25.12%60.2%-
HSV(B)281.18º28.49%70.2%-
XYZ30.9626.4846.13-
YUV144.28147.6141.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=34.68%
G=27.23%
B=38.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631281790.090.2800.30281.1825.1260.2
HexA380B391C01E119193c
Octal24320026311340364313174
Binary10100011100000001011001110011110001111010001100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380B3; }

 p { color: rgb(163,128,179); }

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

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

 a { background-color: rgb(163,128,179); }

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

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

 span { border-color: rgb(163,128,179); }

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