#A380B8

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

Shades of East Side #A380B8

Tints of East Side #A380B8

Color information

#A380B8 (or 0xA380B8) is unknown color: approx East Side. HEX triplet: A3, 80 and B8. RGB value is (163,128,184). Sum of RGB (Red+Green+Blue) = 163+128+184=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #A380B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380B8 is #5C7F47. Grayscale: #909090. Windows color (decimal): -6061896 or 12091555. OLE color: 12091555.

HSL color Cylindrical-coordinate representation of color #A380B8: hue angle of 277.5º 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 #A380B8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163128184-
CMYK0.110.3000.28
HSL277.5º28.28%61.18%-
HSV(B)277.5º30.43%72.16%-
XYZ31.4826.6948.84-
YUV144.85150.1140.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=34.32%
G=26.95%
B=38.74%

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
Decimal1631281840.110.3000.28277.528.2861.18
HexA380B8B1E01C1161c3d
Octal24320027013360344263475
Binary10100011100000001011100010111111001110010001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380B8; }

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

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

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

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

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

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

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

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