Html Css Color HEX #A57CF3 Medium Purple

📋 copy color: '#A57CF3'

red 165 ◦ green 124 ◦ blue 243

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

Shades of Medium Purple #A57CF3

Tints of Medium Purple #A57CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.68%

R = 31.02%
G = 23.31%
B = 45.68%

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

#A57CF3 (or 0xA57CF3) is known color: Medium Purple. HEX triplet: A5, 7C and F3. RGB value is (165,124,243). Sum of RGB (Red+Green+Blue) = 165+124+243=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #A57CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CF3 is #5A830C. Grayscale: #959595. Windows color (decimal): -5931789 or 15957157. OLE color: 15957157.

HSL color Cylindrical-coordinate representation of color #A57CF3: hue angle of 260.67º degrees, saturation: 0.83, 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 #A57CF3 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 124 243 -
CMYK 0.32 0.49 0 0.05
HSL 260.67º 0.83% 0.72% -
HSV(B) 260.67º 0.49% 0.95% -
XYZ 38.9 28.89 88.32 -
YUV 149.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 165 124 243 0.32 0.49 0 0.05 260.67 0.83 0.72
Hex A5 7C F3 20 31 0 5 105 53 48
Octal 245 174 363 40 61 0 5 405 123 110
Binary 10100101 1111100 11110011 100000 110001 0 101 100000101 1010011 1001000

Color Harmonies of #A57CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CF3

Black with #A57CF3

Text Example


Text Example

White with #A57CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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