#A47CFE

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

Shades of Light Slate Blue #A47CFE

Tints of Light Slate Blue #A47CFE

Color information

#A47CFE (or 0xA47CFE) is unknown color: approx Light Slate Blue. HEX triplet: A4, 7C and FE. RGB value is (164,124,254). Sum of RGB (Red+Green+Blue) = 164+124+254=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #A47CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CFE is #5B8301. Grayscale: #969696. Windows color (decimal): -5997314 or 16678052. OLE color: 16678052.

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

Color convert

RGB164124254-
CMYK0.350.5100.00
HSL258.46º98.48%74.12%-
HSV(B)258.46º51.18%99.61%-
XYZ40.4129.4697.32-
YUV150.78186.25137.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=30.26%
G=22.88%
B=46.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641242540.350.5100.00258.4698.4874.12
HexA47CFE233300102624a
Octal244174376436300402142112
Binary101001001111100111111101000111100110010000001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CFE; }

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

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

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

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

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

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

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

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