#a473fe

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

Shades of Light Slate Blue #A473FE

Tints of Light Slate Blue #A473FE

Color information

#A473FE (or 0xA473FE) is unknown color: approx Light Slate Blue. HEX triplet: A4, 73 and FE. RGB value is (164,115,254). Sum of RGB (Red+Green+Blue) = 164+115+254=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A473FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A473FE is #5B8C01. Grayscale: #909090. Windows color (decimal): -5999618 or 16675748. OLE color: 16675748.

HSL color Cylindrical-coordinate representation of color #A473FE: hue angle of 261.15º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A473FE is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164115254-
CMYK0.350.5500.00
HSL261.15º98.58%72.35%-
HSV(B)261.15º54.72%99.61%-
XYZ39.3327.3196.96-
YUV145.5189.23141.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 115 (45.31% from 255) = 21.58%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=30.77%
G=21.58%
B=47.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641152540.350.5500.00261.1598.5872.35
HexA473FE2337001056348
Octal244163376436700405143110
Binary101001001110011111111101000111101110010000010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a473fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a473fe; }

 p { color: rgb(164,115,254); }

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

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

 a { background-color: rgb(164,115,254); }

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

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

 span { border-color: rgb(164,115,254); }

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