Html Css Color HEX #A46EED Medium Purple

📋 copy color: '#A46EED'

red 164 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #A46EED

Tints of Medium Purple #A46EED

RGB

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

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

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

R = 32.09%
G = 21.53%
B = 46.38%

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

#A46EED (or 0xA46EED) is known color: Medium Purple. HEX triplet: A4, 6E and ED. RGB value is (164,110,237). Sum of RGB (Red+Green+Blue) = 164+110+237=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #A46EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EED is #5B9112. Grayscale: #8C8C8C. Windows color (decimal): -6000915 or 15560356. OLE color: 15560356.

HSL color Cylindrical-coordinate representation of color #A46EED: hue angle of 265.51º 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 #A46EED is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 110 237 -
CMYK 0.31 0.54 0 0.07
HSL 265.51º 0.78% 0.68% -
HSV(B) 265.51º 0.54% 0.93% -
XYZ 36.17 25.16 83.07 -
YUV 140.62 182.39 144.67 -
System Red Green Blue C M Y K H S L
Decimal 164 110 237 0.31 0.54 0 0.07 265.51 0.78 0.68
Hex A4 6E ED 1F 36 0 7 10A 4E 44
Octal 244 156 355 37 66 0 7 412 116 104
Binary 10100100 1101110 11101101 11111 110110 0 111 100001010 1001110 1000100

Color Harmonies of #A46EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EED

Black with #A46EED

Text Example


Text Example

White with #A46EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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