Html Css Color HEX #A46DF2 Medium Purple

📋 copy color: '#A46DF2'

red 164 ◦ green 109 ◦ blue 242

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

Shades of Medium Purple #A46DF2

Tints of Medium Purple #A46DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.99%

R = 31.84%
G = 21.17%
B = 46.99%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A46DF2 (or 0xA46DF2) is known color: Medium Purple. HEX triplet: A4, 6D and F2. RGB value is (164,109,242). Sum of RGB (Red+Green+Blue) = 164+109+242=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #A46DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DF2 is #5B920D. Grayscale: #8C8C8C. Windows color (decimal): -6001166 or 15887780. OLE color: 15887780.

HSL color Cylindrical-coordinate representation of color #A46DF2: hue angle of 264.81º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46DF2 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 109 242 -
CMYK 0.32 0.55 0 0.05
HSL 264.81º 0.84% 0.69% -
HSV(B) 264.81º 0.55% 0.95% -
XYZ 36.81 25.24 86.94 -
YUV 140.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 164 109 242 0.32 0.55 0 0.05 264.81 0.84 0.69
Hex A4 6D F2 20 37 0 5 109 54 45
Octal 244 155 362 40 67 0 5 411 124 105
Binary 10100100 1101101 11110010 100000 110111 0 101 100001001 1010100 1000101

Color Harmonies of #A46DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DF2

Black with #A46DF2

Text Example


Text Example

White with #A46DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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