#A47EFA

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

Shades of Light Slate Blue #A47EFA

Tints of Light Slate Blue #A47EFA

Color information

#A47EFA (or 0xA47EFA) is unknown color: approx Light Slate Blue. HEX triplet: A4, 7E and FA. RGB value is (164,126,250). Sum of RGB (Red+Green+Blue) = 164+126+250=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #A47EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EFA is #5B8105. Grayscale: #979797. Windows color (decimal): -5996806 or 16416420. OLE color: 16416420.

HSL color Cylindrical-coordinate representation of color #A47EFA: hue angle of 258.39º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47EFA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164126250-
CMYK0.340.5000.02
HSL258.39º92.54%73.73%-
HSV(B)258.39º49.6%98.04%-
XYZ40.0329.7294.07-
YUV151.5183.59136.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=30.37%
G=23.33%
B=46.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641262500.340.5000.02258.3992.5473.73
HexA47EFA2232021025d4a
Octal244176372426202402135112
Binary1010010011111101111101010001011001001010000001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EFA; }

 p { color: rgb(164,126,250); }

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

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

 a { background-color: rgb(164,126,250); }

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

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

 span { border-color: rgb(164,126,250); }

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