Html Css Color HEX #A47AF9 Medium Purple

📋 copy color: '#A47AF9'

red 164 ◦ green 122 ◦ blue 249

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

Shades of Medium Purple #A47AF9

Tints of Medium Purple #A47AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.54%

R = 30.65%
G = 22.8%
B = 46.54%

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

#A47AF9 (or 0xA47AF9) is known color: Medium Purple. HEX triplet: A4, 7A and F9. RGB value is (164,122,249). Sum of RGB (Red+Green+Blue) = 164+122+249=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #A47AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47AF9 is #5B8506. Grayscale: #949494. Windows color (decimal): -5997831 or 16349860. OLE color: 16349860.

HSL color Cylindrical-coordinate representation of color #A47AF9: hue angle of 259.84º degrees, saturation: 0.91, 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 #A47AF9 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 122 249 -
CMYK 0.34 0.51 0 0.02
HSL 259.84º 0.91% 0.73% -
HSV(B) 259.84º 0.51% 0.98% -
XYZ 39.37 28.65 93.08 -
YUV 149.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 164 122 249 0.34 0.51 0 0.02 259.84 0.91 0.73
Hex A4 7A F9 22 33 0 2 104 5B 49
Octal 244 172 371 42 63 0 2 404 133 111
Binary 10100100 1111010 11111001 100010 110011 0 10 100000100 1011011 1001001

Color Harmonies of #A47AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47AF9

Black with #A47AF9

Text Example


Text Example

White with #A47AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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