Html Css Color HEX #A47AFA Medium Purple

📋 copy color: '#A47AFA'

red 164 ◦ green 122 ◦ blue 250

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

Shades of Medium Purple #A47AFA

Tints of Medium Purple #A47AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.76%

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 30.6%
G = 22.76%
B = 46.64%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A47AFA (or 0xA47AFA) is known color: Medium Purple. HEX triplet: A4, 7A and FA. RGB value is (164,122,250). Sum of RGB (Red+Green+Blue) = 164+122+250=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #A47AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47AFA is #5B8505. Grayscale: #949494. Windows color (decimal): -5997830 or 16415396. OLE color: 16415396.

HSL color Cylindrical-coordinate representation of color #A47AFA: hue angle of 259.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47AFA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 122 250 -
CMYK 0.34 0.51 0 0.02
HSL 259.69º 0.93% 0.73% -
HSV(B) 259.69º 0.51% 0.98% -
XYZ 39.52 28.71 93.9 -
YUV 149.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 164 122 250 0.34 0.51 0 0.02 259.69 0.93 0.73
Hex A4 7A FA 22 33 0 2 104 5D 49
Octal 244 172 372 42 63 0 2 404 135 111
Binary 10100100 1111010 11111010 100010 110011 0 10 100000100 1011101 1001001

Color Harmonies of #A47AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47AFA

Black with #A47AFA

Text Example


Text Example

White with #A47AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47AFA; }

 p { color: rgb(164,122,250); }

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

background-color css

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

 a { background-color: rgb(164,122,250); }

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

border-color css

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

 span { border-color: rgb(164,122,250); }

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