Html Css Color HEX #A57FF5 Medium Purple

📋 copy color: '#A57FF5'

red 165 ◦ green 127 ◦ blue 245

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

Shades of Medium Purple #A57FF5

Tints of Medium Purple #A57FF5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

 BLUE value IS 245 (96.09% from 255) = 45.62%

R = 30.73%
G = 23.65%
B = 45.62%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A57FF5 (or 0xA57FF5) is known color: Medium Purple. HEX triplet: A5, 7F and F5. RGB value is (165,127,245). Sum of RGB (Red+Green+Blue) = 165+127+245=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #A57FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FF5 is #5A800A. Grayscale: #979797. Windows color (decimal): -5931019 or 16088997. OLE color: 16088997.

HSL color Cylindrical-coordinate representation of color #A57FF5: hue angle of 259.32º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57FF5 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 127 245 -
CMYK 0.33 0.48 0 0.04
HSL 259.32º 0.86% 0.73% -
HSV(B) 259.32º 0.48% 0.96% -
XYZ 39.59 29.77 90.05 -
YUV 151.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 165 127 245 0.33 0.48 0 0.04 259.32 0.86 0.73
Hex A5 7F F5 21 30 0 4 103 56 49
Octal 245 177 365 41 60 0 4 403 126 111
Binary 10100101 1111111 11110101 100001 110000 0 100 100000011 1010110 1001001

Color Harmonies of #A57FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FF5

Black with #A57FF5

Text Example


Text Example

White with #A57FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FF5; }

 p { color: rgb(165,127,245); }

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

background-color css

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

 a { background-color: rgb(165,127,245); }

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

border-color css

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

 span { border-color: rgb(165,127,245); }

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