Html Css Color HEX #A47FFF Light Slate Blue

📋 copy color: '#A47FFF'

red 164 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #A47FFF

Tints of Light Slate Blue #A47FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 30.04%
G = 23.26%
B = 46.7%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A47FFF (or 0xA47FFF) is known color: Light Slate Blue. HEX triplet: A4, 7F and FF. RGB value is (164,127,255). Sum of RGB (Red+Green+Blue) = 164+127+255=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A47FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FFF is #5B8000. Grayscale: #989898. Windows color (decimal): -5996545 or 16744356. OLE color: 16744356.

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

Color convert

RGB 164 127 255 -
CMYK 0.36 0.50 0 0
HSL 257.34º 1% 0.75% -
HSV(B) 257.34º 0.5% 1% -
XYZ 40.95 30.29 98.3 -
YUV 152.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 164 127 255 0.36 0.50 0 0 257.34 1 0.75
Hex A4 7F FF 24 32 0 0 101 64 4B
Octal 244 177 377 44 62 0 0 401 144 113
Binary 10100100 1111111 11111111 100100 110010 0 0 100000001 1100100 1001011

Color Harmonies of #A47FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FFF

Black with #A47FFF

Text Example


Text Example

White with #A47FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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