Html Css Color HEX #A571F0 Medium Purple

📋 copy color: '#A571F0'

red 165 ◦ green 113 ◦ blue 240

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

Shades of Medium Purple #A571F0

Tints of Medium Purple #A571F0

RGB

 RED value IS 165 (64.84% from 255) = 31.85%

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

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 31.85%
G = 21.81%
B = 46.33%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A571F0 (or 0xA571F0) is known color: Medium Purple. HEX triplet: A5, 71 and F0. RGB value is (165,113,240). Sum of RGB (Red+Green+Blue) = 165+113+240=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #A571F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A571F0 is #5A8E0F. Grayscale: #8E8E8E. Windows color (decimal): -5934608 or 15757733. OLE color: 15757733.

HSL color Cylindrical-coordinate representation of color #A571F0: hue angle of 264.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A571F0 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 113 240 -
CMYK 0.31 0.53 0 0.06
HSL 264.57º 0.81% 0.69% -
HSV(B) 264.57º 0.53% 0.94% -
XYZ 37.15 26.1 85.52 -
YUV 143.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 165 113 240 0.31 0.53 0 0.06 264.57 0.81 0.69
Hex A5 71 F0 1F 35 0 6 109 51 45
Octal 245 161 360 37 65 0 6 411 121 105
Binary 10100101 1110001 11110000 11111 110101 0 110 100001001 1010001 1000101

Color Harmonies of #A571F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571F0

Black with #A571F0

Text Example


Text Example

White with #A571F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571F0; }

 p { color: rgb(165,113,240); }

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

background-color css

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

 a { background-color: rgb(165,113,240); }

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

border-color css

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

 span { border-color: rgb(165,113,240); }

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