Html Css Color HEX #A46FF2 Medium Purple

📋 copy color: '#A46FF2'

red 164 ◦ green 111 ◦ blue 242

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

Shades of Medium Purple #A46FF2

Tints of Medium Purple #A46FF2

RGB

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

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

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

R = 31.72%
G = 21.47%
B = 46.81%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A46FF2 (or 0xA46FF2) is known color: Medium Purple. HEX triplet: A4, 6F and F2. RGB value is (164,111,242). Sum of RGB (Red+Green+Blue) = 164+111+242=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #A46FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FF2 is #5B900D. Grayscale: #8D8D8D. Windows color (decimal): -6000654 or 15888292. OLE color: 15888292.

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

Color convert

RGB 164 111 242 -
CMYK 0.32 0.54 0 0.05
HSL 264.27º 0.83% 0.69% -
HSV(B) 264.27º 0.54% 0.95% -
XYZ 37.02 25.67 87.01 -
YUV 141.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 164 111 242 0.32 0.54 0 0.05 264.27 0.83 0.69
Hex A4 6F F2 20 36 0 5 108 53 45
Octal 244 157 362 40 66 0 5 410 123 105
Binary 10100100 1101111 11110010 100000 110110 0 101 100001000 1010011 1000101

Color Harmonies of #A46FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FF2

Black with #A46FF2

Text Example


Text Example

White with #A46FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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