Html Css Color HEX #A471F9 Medium Purple

📋 copy color: '#A471F9'

red 164 ◦ green 113 ◦ blue 249

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

Shades of Medium Purple #A471F9

Tints of Medium Purple #A471F9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.48%

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

R = 31.18%
G = 21.48%
B = 47.34%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A471F9 (or 0xA471F9) is known color: Medium Purple. HEX triplet: A4, 71 and F9. RGB value is (164,113,249). Sum of RGB (Red+Green+Blue) = 164+113+249=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #A471F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471F9 is #5B8E06. Grayscale: #8F8F8F. Windows color (decimal): -6000135 or 16347556. OLE color: 16347556.

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

Color convert

RGB 164 113 249 -
CMYK 0.34 0.55 0 0.02
HSL 262.5º 0.92% 0.71% -
HSV(B) 262.5º 0.55% 0.98% -
XYZ 38.31 26.54 92.73 -
YUV 143.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 164 113 249 0.34 0.55 0 0.02 262.5 0.92 0.71
Hex A4 71 F9 22 37 0 2 106 5C 47
Octal 244 161 371 42 67 0 2 406 134 107
Binary 10100100 1110001 11111001 100010 110111 0 10 100000110 1011100 1000111

Color Harmonies of #A471F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471F9

Black with #A471F9

Text Example


Text Example

White with #A471F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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