Html Css Color HEX #A46DFE Light Slate Blue

📋 copy color: '#A46DFE'

red 164 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #A46DFE

Tints of Light Slate Blue #A46DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.68%

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

R = 31.12%
G = 20.68%
B = 48.2%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A46DFE (or 0xA46DFE) is known color: Light Slate Blue. HEX triplet: A4, 6D and FE. RGB value is (164,109,254). Sum of RGB (Red+Green+Blue) = 164+109+254=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #A46DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DFE is #5B9201. Grayscale: #8D8D8D. Windows color (decimal): -6001154 or 16674212. OLE color: 16674212.

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

Color convert

RGB 164 109 254 -
CMYK 0.35 0.57 0 0.00
HSL 262.76º 0.99% 0.71% -
HSV(B) 262.76º 0.57% 1% -
XYZ 38.67 25.99 96.74 -
YUV 141.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 164 109 254 0.35 0.57 0 0.00 262.76 0.99 0.71
Hex A4 6D FE 23 39 0 0 107 63 47
Octal 244 155 376 43 71 0 0 407 143 107
Binary 10100100 1101101 11111110 100011 111001 0 0 100000111 1100011 1000111

Color Harmonies of #A46DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DFE

Black with #A46DFE

Text Example


Text Example

White with #A46DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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