Html Css Color HEX #A46DFA Medium Purple

📋 copy color: '#A46DFA'

red 164 ◦ green 109 ◦ blue 250

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

Shades of Medium Purple #A46DFA

Tints of Medium Purple #A46DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 31.36%
G = 20.84%
B = 47.8%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A46DFA (or 0xA46DFA) is known color: Medium Purple. HEX triplet: A4, 6D and FA. RGB value is (164,109,250). Sum of RGB (Red+Green+Blue) = 164+109+250=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #A46DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DFA is #5B9205. Grayscale: #8D8D8D. Windows color (decimal): -6001158 or 16412068. OLE color: 16412068.

HSL color Cylindrical-coordinate representation of color #A46DFA: hue angle of 263.4º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A46DFA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 109 250 -
CMYK 0.34 0.56 0 0.02
HSL 263.4º 0.93% 0.7% -
HSV(B) 263.4º 0.56% 0.98% -
XYZ 38.03 25.73 93.4 -
YUV 141.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 164 109 250 0.34 0.56 0 0.02 263.4 0.93 0.7
Hex A4 6D FA 22 38 0 2 107 5D 46
Octal 244 155 372 42 70 0 2 407 135 106
Binary 10100100 1101101 11111010 100010 111000 0 10 100000111 1011101 1000110

Color Harmonies of #A46DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DFA

Black with #A46DFA

Text Example


Text Example

White with #A46DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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