Html Css Color HEX #A47DFE Light Slate Blue

📋 copy color: '#A47DFE'

red 164 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #A47DFE

Tints of Light Slate Blue #A47DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

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

R = 30.2%
G = 23.02%
B = 46.78%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A47DFE (or 0xA47DFE) is known color: Light Slate Blue. HEX triplet: A4, 7D and FE. RGB value is (164,125,254). Sum of RGB (Red+Green+Blue) = 164+125+254=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A47DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DFE is #5B8201. Grayscale: #969696. Windows color (decimal): -5997058 or 16678308. OLE color: 16678308.

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

Color convert

RGB 164 125 254 -
CMYK 0.35 0.51 0 0.00
HSL 258.14º 0.98% 0.74% -
HSV(B) 258.14º 0.51% 1% -
XYZ 40.53 29.72 97.37 -
YUV 151.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 164 125 254 0.35 0.51 0 0.00 258.14 0.98 0.74
Hex A4 7D FE 23 33 0 0 102 62 4A
Octal 244 175 376 43 63 0 0 402 142 112
Binary 10100100 1111101 11111110 100011 110011 0 0 100000010 1100010 1001010

Color Harmonies of #A47DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DFE

Black with #A47DFE

Text Example


Text Example

White with #A47DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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