#A476FF

Color #A476FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A476FF

Tints of Light Slate Blue #A476FF

Color information

#A476FF (or 0xA476FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 76 and FF. RGB value is (164,118,255). Sum of RGB (Red+Green+Blue) = 164+118+255=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A476FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476FF is #5B8900. Grayscale: #929292. Windows color (decimal): -5998849 or 16742052. OLE color: 16742052.

HSL color Cylindrical-coordinate representation of color #A476FF: hue angle of 260.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A476FF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164118255-
CMYK0.360.5400
HSL260.15º100%73.14%-
HSV(B)260.15º53.73%100%-
XYZ39.8428.0797.93-
YUV147.37188.74139.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 118 (46.48% from 255) = 21.97%
BLUE value IS 255 (100% from 255) = 47.49%
R=30.54%
G=21.97%
B=47.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641182550.360.5400260.1510073.14
HexA476FF2436001046449
Octal244166377446600404144111
Binary101001001110110111111111001001101100010000010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476FF; }

 p { color: rgb(164,118,255); }

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

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

 a { background-color: rgb(164,118,255); }

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

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

 span { border-color: rgb(164,118,255); }

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