Html Css Color HEX #A46EEE Medium Purple

📋 copy color: '#A46EEE'

red 164 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #A46EEE

Tints of Medium Purple #A46EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 32.03%
G = 21.48%
B = 46.48%

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

#A46EEE (or 0xA46EEE) is known color: Medium Purple. HEX triplet: A4, 6E and EE. RGB value is (164,110,238). Sum of RGB (Red+Green+Blue) = 164+110+238=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #A46EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EEE is #5B9111. Grayscale: #8C8C8C. Windows color (decimal): -6000914 or 15625892. OLE color: 15625892.

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

Color convert

RGB 164 110 238 -
CMYK 0.31 0.54 0 0.07
HSL 265.31º 0.79% 0.68% -
HSV(B) 265.31º 0.54% 0.93% -
XYZ 36.32 25.22 83.84 -
YUV 140.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 164 110 238 0.31 0.54 0 0.07 265.31 0.79 0.68
Hex A4 6E EE 1F 36 0 7 109 4F 44
Octal 244 156 356 37 66 0 7 411 117 104
Binary 10100100 1101110 11101110 11111 110110 0 111 100001001 1001111 1000100

Color Harmonies of #A46EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EEE

Black with #A46EEE

Text Example


Text Example

White with #A46EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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