Html Css Color HEX #A46FEF Medium Purple

📋 copy color: '#A46FEF'

red 164 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #A46FEF

Tints of Medium Purple #A46FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 31.91%
G = 21.6%
B = 46.5%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A46FEF (or 0xA46FEF) is known color: Medium Purple. HEX triplet: A4, 6F and EF. RGB value is (164,111,239). Sum of RGB (Red+Green+Blue) = 164+111+239=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #A46FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FEF is #5B9010. Grayscale: #8C8C8C. Windows color (decimal): -6000657 or 15691684. OLE color: 15691684.

HSL color Cylindrical-coordinate representation of color #A46FEF: hue angle of 264.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46FEF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 111 239 -
CMYK 0.31 0.54 0 0.06
HSL 264.84º 0.8% 0.69% -
HSV(B) 264.84º 0.54% 0.94% -
XYZ 36.57 25.49 84.65 -
YUV 141.44 183.06 144.09 -
System Red Green Blue C M Y K H S L
Decimal 164 111 239 0.31 0.54 0 0.06 264.84 0.8 0.69
Hex A4 6F EF 1F 36 0 6 109 50 45
Octal 244 157 357 37 66 0 6 411 120 105
Binary 10100100 1101111 11101111 11111 110110 0 110 100001001 1010000 1000101

Color Harmonies of #A46FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FEF

Black with #A46FEF

Text Example


Text Example

White with #A46FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FEF; }

 p { color: rgb(164,111,239); }

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

background-color css

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

 a { background-color: rgb(164,111,239); }

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

border-color css

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

 span { border-color: rgb(164,111,239); }

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