Html Css Color HEX #A46AF7 Medium Purple

📋 copy color: '#A46AF7'

red 164 ◦ green 106 ◦ blue 247

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

Shades of Medium Purple #A46AF7

Tints of Medium Purple #A46AF7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

 BLUE value IS 247 (96.88% from 255) = 47.78%

R = 31.72%
G = 20.5%
B = 47.78%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A46AF7 (or 0xA46AF7) is known color: Medium Purple. HEX triplet: A4, 6A and F7. RGB value is (164,106,247). Sum of RGB (Red+Green+Blue) = 164+106+247=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #A46AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46AF7 is #5B9508. Grayscale: #8A8A8A. Windows color (decimal): -6001929 or 16214692. OLE color: 16214692.

HSL color Cylindrical-coordinate representation of color #A46AF7: hue angle of 264.68º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46AF7 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 164 106 247 -
CMYK 0.34 0.57 0 0.03
HSL 264.68º 0.9% 0.69% -
HSV(B) 264.68º 0.57% 0.97% -
XYZ 37.25 24.92 90.84 -
YUV 139.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 164 106 247 0.34 0.57 0 0.03 264.68 0.9 0.69
Hex A4 6A F7 22 39 0 3 109 5A 45
Octal 244 152 367 42 71 0 3 411 132 105
Binary 10100100 1101010 11110111 100010 111001 0 11 100001001 1011010 1000101

Color Harmonies of #A46AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46AF7

Black with #A46AF7

Text Example


Text Example

White with #A46AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46AF7; }

 p { color: rgb(164,106,247); }

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

background-color css

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

 a { background-color: rgb(164,106,247); }

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

border-color css

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

 span { border-color: rgb(164,106,247); }

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