Html Css Color HEX #A47FFE Light Slate Blue

📋 copy color: '#A47FFE'

red 164 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #A47FFE

Tints of Light Slate Blue #A47FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 30.09%
G = 23.3%
B = 46.61%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A47FFE (or 0xA47FFE) is known color: Light Slate Blue. HEX triplet: A4, 7F and FE. RGB value is (164,127,254). Sum of RGB (Red+Green+Blue) = 164+127+254=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #A47FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FFE is #5B8001. Grayscale: #989898. Windows color (decimal): -5996546 or 16678820. OLE color: 16678820.

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

Color convert

RGB 164 127 254 -
CMYK 0.35 0.50 0 0.00
HSL 257.48º 0.98% 0.75% -
HSV(B) 257.48º 0.5% 1% -
XYZ 40.79 30.23 97.45 -
YUV 152.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 164 127 254 0.35 0.50 0 0.00 257.48 0.98 0.75
Hex A4 7F FE 23 32 0 0 101 62 4B
Octal 244 177 376 43 62 0 0 401 142 113
Binary 10100100 1111111 11111110 100011 110010 0 0 100000001 1100010 1001011

Color Harmonies of #A47FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FFE

Black with #A47FFE

Text Example


Text Example

White with #A47FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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