Html Css Color HEX #A46DED Medium Purple

📋 copy color: '#A46DED'

red 164 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #A46DED

Tints of Medium Purple #A46DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 32.16%
G = 21.37%
B = 46.47%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A46DED (or 0xA46DED) is known color: Medium Purple. HEX triplet: A4, 6D and ED. RGB value is (164,109,237). Sum of RGB (Red+Green+Blue) = 164+109+237=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #A46DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DED is #5B9212. Grayscale: #8B8B8B. Windows color (decimal): -6001171 or 15560100. OLE color: 15560100.

HSL color Cylindrical-coordinate representation of color #A46DED: hue angle of 265.78º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46DED is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 109 237 -
CMYK 0.31 0.54 0 0.07
HSL 265.78º 0.78% 0.68% -
HSV(B) 265.78º 0.54% 0.93% -
XYZ 36.06 24.94 83.03 -
YUV 140.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 164 109 237 0.31 0.54 0 0.07 265.78 0.78 0.68
Hex A4 6D ED 1F 36 0 7 10A 4E 44
Octal 244 155 355 37 66 0 7 412 116 104
Binary 10100100 1101101 11101101 11111 110110 0 111 100001010 1001110 1000100

Color Harmonies of #A46DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DED

Black with #A46DED

Text Example


Text Example

White with #A46DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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