Html Css Color HEX #A46DEB Medium Purple

📋 copy color: '#A46DEB'

red 164 ◦ green 109 ◦ blue 235

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

Shades of Medium Purple #A46DEB

Tints of Medium Purple #A46DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 32.28%
G = 21.46%
B = 46.26%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A46DEB (or 0xA46DEB) is known color: Medium Purple. HEX triplet: A4, 6D and EB. RGB value is (164,109,235). Sum of RGB (Red+Green+Blue) = 164+109+235=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #A46DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DEB is #5B9214. Grayscale: #8B8B8B. Windows color (decimal): -6001173 or 15429028. OLE color: 15429028.

HSL color Cylindrical-coordinate representation of color #A46DEB: hue angle of 266.19º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46DEB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 109 235 -
CMYK 0.30 0.54 0 0.08
HSL 266.19º 0.76% 0.67% -
HSV(B) 266.19º 0.54% 0.92% -
XYZ 35.77 24.83 81.5 -
YUV 139.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 164 109 235 0.30 0.54 0 0.08 266.19 0.76 0.67
Hex A4 6D EB 1E 36 0 8 10A 4C 43
Octal 244 155 353 36 66 0 10 412 114 103
Binary 10100100 1101101 11101011 11110 110110 0 1000 100001010 1001100 1000011

Color Harmonies of #A46DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DEB

Black with #A46DEB

Text Example


Text Example

White with #A46DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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