Html Css Color HEX #A57CF1 Medium Purple

📋 copy color: '#A57CF1'

red 165 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #A57CF1

Tints of Medium Purple #A57CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 31.13%
G = 23.4%
B = 45.47%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A57CF1 (or 0xA57CF1) is known color: Medium Purple. HEX triplet: A5, 7C and F1. RGB value is (165,124,241). Sum of RGB (Red+Green+Blue) = 165+124+241=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #A57CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CF1 is #5A830E. Grayscale: #959595. Windows color (decimal): -5931791 or 15826085. OLE color: 15826085.

HSL color Cylindrical-coordinate representation of color #A57CF1: hue angle of 261.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A57CF1 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 124 241 -
CMYK 0.32 0.49 0 0.05
HSL 261.03º 0.81% 0.72% -
HSV(B) 261.03º 0.49% 0.95% -
XYZ 38.6 28.77 86.74 -
YUV 149.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 165 124 241 0.32 0.49 0 0.05 261.03 0.81 0.72
Hex A5 7C F1 20 31 0 5 105 51 48
Octal 245 174 361 40 61 0 5 405 121 110
Binary 10100101 1111100 11110001 100000 110001 0 101 100000101 1010001 1001000

Color Harmonies of #A57CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CF1

Black with #A57CF1

Text Example


Text Example

White with #A57CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CF1; }

 p { color: rgb(165,124,241); }

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

background-color css

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

 a { background-color: rgb(165,124,241); }

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

border-color css

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

 span { border-color: rgb(165,124,241); }

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