Html Css Color HEX #A46FE1 Medium Purple

📋 copy color: '#A46FE1'

red 164 ◦ green 111 ◦ blue 225

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

Shades of Medium Purple #A46FE1

Tints of Medium Purple #A46FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45%

R = 32.8%
G = 22.2%
B = 45%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A46FE1 (or 0xA46FE1) is known color: Medium Purple. HEX triplet: A4, 6F and E1. RGB value is (164,111,225). Sum of RGB (Red+Green+Blue) = 164+111+225=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #A46FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FE1 is #5B901E. Grayscale: #8B8B8B. Windows color (decimal): -6000671 or 14774180. OLE color: 14774180.

HSL color Cylindrical-coordinate representation of color #A46FE1: hue angle of 267.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46FE1 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 111 225 -
CMYK 0.27 0.51 0 0.12
HSL 267.89º 0.66% 0.66% -
HSV(B) 267.89º 0.51% 0.88% -
XYZ 34.58 24.7 74.18 -
YUV 139.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 164 111 225 0.27 0.51 0 0.12 267.89 0.66 0.66
Hex A4 6F E1 1B 33 0 C 10C 42 42
Octal 244 157 341 33 63 0 14 414 102 102
Binary 10100100 1101111 11100001 11011 110011 0 1100 100001100 1000010 1000010

Color Harmonies of #A46FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FE1

Black with #A46FE1

Text Example


Text Example

White with #A46FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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