Html Css Color HEX #A47FFA Light Slate Blue

📋 copy color: '#A47FFA'

red 164 ◦ green 127 ◦ blue 250

#A47FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #A47FFA

Tints of Light Slate Blue #A47FFA

RGB

 RED value IS 164 (64.45% from 255) = 30.31%

 GREEN value IS 127 (50% from 255) = 23.48%

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 30.31%
G = 23.48%
B = 46.21%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A47FFA (or 0xA47FFA) is known color: Light Slate Blue. HEX triplet: A4, 7F and FA. RGB value is (164,127,250). Sum of RGB (Red+Green+Blue) = 164+127+250=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #A47FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FFA is #5B8005. Grayscale: #979797. Windows color (decimal): -5996550 or 16416676. OLE color: 16416676.

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

Color convert

RGB 164 127 250 -
CMYK 0.34 0.49 0 0.02
HSL 258.05º 0.92% 0.74% -
HSV(B) 258.05º 0.49% 0.98% -
XYZ 40.15 29.97 94.11 -
YUV 152.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 164 127 250 0.34 0.49 0 0.02 258.05 0.92 0.74
Hex A4 7F FA 22 31 0 2 102 5C 4A
Octal 244 177 372 42 61 0 2 402 134 112
Binary 10100100 1111111 11111010 100010 110001 0 10 100000010 1011100 1001010

Color Harmonies of #A47FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FFA

Black with #A47FFA

Text Example


Text Example

White with #A47FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FFA; }

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

 H1.HeaderClassName
 {
   color: #A47FFA;
 }
 .AnyTagClassName
 {
   color: #A47FFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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