Html Css Color HEX #A471F8 Medium Purple

📋 copy color: '#A471F8'

red 164 ◦ green 113 ◦ blue 248

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

Shades of Medium Purple #A471F8

Tints of Medium Purple #A471F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 31.24%
G = 21.52%
B = 47.24%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A471F8 (or 0xA471F8) is known color: Medium Purple. HEX triplet: A4, 71 and F8. RGB value is (164,113,248). Sum of RGB (Red+Green+Blue) = 164+113+248=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #A471F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471F8 is #5B8E07. Grayscale: #8F8F8F. Windows color (decimal): -6000136 or 16282020. OLE color: 16282020.

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

Color convert

RGB 164 113 248 -
CMYK 0.34 0.54 0 0.03
HSL 262.67º 0.91% 0.71% -
HSV(B) 262.67º 0.54% 0.97% -
XYZ 38.16 26.48 91.91 -
YUV 143.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 164 113 248 0.34 0.54 0 0.03 262.67 0.91 0.71
Hex A4 71 F8 22 36 0 3 107 5B 47
Octal 244 161 370 42 66 0 3 407 133 107
Binary 10100100 1110001 11111000 100010 110110 0 11 100000111 1011011 1000111

Color Harmonies of #A471F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471F8

Black with #A471F8

Text Example


Text Example

White with #A471F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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