#A47DFF

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

Shades of Light Slate Blue #A47DFF

Tints of Light Slate Blue #A47DFF

Color information

#A47DFF (or 0xA47DFF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 7D and FF. RGB value is (164,125,255). Sum of RGB (Red+Green+Blue) = 164+125+255=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A47DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DFF is #5B8200. Grayscale: #979797. Windows color (decimal): -5997057 or 16743844. OLE color: 16743844.

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

Color convert

RGB164125255-
CMYK0.360.5100
HSL258º100%74.51%-
HSV(B)258º50.98%100%-
XYZ40.6929.7898.21-
YUV151.48186.42136.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 255 (100% from 255) = 46.88%
R=30.15%
G=22.98%
B=46.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641252550.360.510025810074.51
HexA47DFF243300102644b
Octal244175377446300402144113
Binary101001001111101111111111001001100110010000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DFF; }

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

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

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

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

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

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

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

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