Html Css Color HEX #A46EFA Medium Purple

📋 copy color: '#A46EFA'

red 164 ◦ green 110 ◦ blue 250

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

Shades of Medium Purple #A46EFA

Tints of Medium Purple #A46EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.99%

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

R = 31.3%
G = 20.99%
B = 47.71%

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

#A46EFA (or 0xA46EFA) is known color: Medium Purple. HEX triplet: A4, 6E and FA. RGB value is (164,110,250). Sum of RGB (Red+Green+Blue) = 164+110+250=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #A46EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EFA is #5B9105. Grayscale: #8D8D8D. Windows color (decimal): -6000902 or 16412324. OLE color: 16412324.

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

Color convert

RGB 164 110 250 -
CMYK 0.34 0.56 0 0.02
HSL 263.14º 0.93% 0.71% -
HSV(B) 263.14º 0.56% 0.98% -
XYZ 38.14 25.95 93.44 -
YUV 142.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 164 110 250 0.34 0.56 0 0.02 263.14 0.93 0.71
Hex A4 6E FA 22 38 0 2 107 5D 47
Octal 244 156 372 42 70 0 2 407 135 107
Binary 10100100 1101110 11111010 100010 111000 0 10 100000111 1011101 1000111

Color Harmonies of #A46EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EFA

Black with #A46EFA

Text Example


Text Example

White with #A46EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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