Html Css Color HEX #A46DFB Medium Purple

📋 copy color: '#A46DFB'

red 164 ◦ green 109 ◦ blue 251

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

Shades of Medium Purple #A46DFB

Tints of Medium Purple #A46DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 31.3%
G = 20.8%
B = 47.9%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A46DFB (or 0xA46DFB) is known color: Medium Purple. HEX triplet: A4, 6D and FB. RGB value is (164,109,251). Sum of RGB (Red+Green+Blue) = 164+109+251=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #A46DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DFB is #5B9204. Grayscale: #8D8D8D. Windows color (decimal): -6001157 or 16477604. OLE color: 16477604.

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

Color convert

RGB 164 109 251 -
CMYK 0.35 0.57 0 0.02
HSL 263.24º 0.95% 0.71% -
HSV(B) 263.24º 0.57% 0.98% -
XYZ 38.19 25.79 94.23 -
YUV 141.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 164 109 251 0.35 0.57 0 0.02 263.24 0.95 0.71
Hex A4 6D FB 23 39 0 2 107 5F 47
Octal 244 155 373 43 71 0 2 407 137 107
Binary 10100100 1101101 11111011 100011 111001 0 10 100000111 1011111 1000111

Color Harmonies of #A46DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DFB

Black with #A46DFB

Text Example


Text Example

White with #A46DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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