Html Css Color HEX #A47FFD Light Slate Blue

📋 copy color: '#A47FFD'

red 164 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #A47FFD

Tints of Light Slate Blue #A47FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 30.15%
G = 23.35%
B = 46.51%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A47FFD (or 0xA47FFD) is known color: Light Slate Blue. HEX triplet: A4, 7F and FD. RGB value is (164,127,253). Sum of RGB (Red+Green+Blue) = 164+127+253=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #A47FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FFD is #5B8002. Grayscale: #979797. Windows color (decimal): -5996547 or 16613284. OLE color: 16613284.

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

Color convert

RGB 164 127 253 -
CMYK 0.35 0.50 0 0.01
HSL 257.62º 0.97% 0.75% -
HSV(B) 257.62º 0.5% 0.99% -
XYZ 40.63 30.16 96.61 -
YUV 152.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 164 127 253 0.35 0.50 0 0.01 257.62 0.97 0.75
Hex A4 7F FD 23 32 0 1 102 61 4B
Octal 244 177 375 43 62 0 1 402 141 113
Binary 10100100 1111111 11111101 100011 110010 0 1 100000010 1100001 1001011

Color Harmonies of #A47FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FFD

Black with #A47FFD

Text Example


Text Example

White with #A47FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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