#A478BA

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

Shades of East Side #A478BA

Tints of East Side #A478BA

Color information

#A478BA (or 0xA478BA) is unknown color: approx East Side. HEX triplet: A4, 78 and BA. RGB value is (164,120,186). Sum of RGB (Red+Green+Blue) = 164+120+186=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A478BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478BA is #5B8745. Grayscale: #8C8C8C. Windows color (decimal): -5998406 or 12220580. OLE color: 12220580.

HSL color Cylindrical-coordinate representation of color #A478BA: hue angle of 280º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A478BA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164120186-
CMYK0.120.3500.27
HSL280º32.35%60%-
HSV(B)280º35.48%72.94%-
XYZ30.8924.8749.63-
YUV140.68153.58144.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=34.89%
G=25.53%
B=39.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641201860.120.3500.2728032.3560
HexA478BAC2301B118203c
Octal24417027214430334304074
Binary101001001111000101110101100100011011011100011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478BA; }

 p { color: rgb(164,120,186); }

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

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

 a { background-color: rgb(164,120,186); }

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

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

 span { border-color: rgb(164,120,186); }

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