Html Css Color HEX #A57FD5 Medium Purple

📋 copy color: '#A57FD5'

red 165 ◦ green 127 ◦ blue 213

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

Shades of Medium Purple #A57FD5

Tints of Medium Purple #A57FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 32.67%
G = 25.15%
B = 42.18%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A57FD5 (or 0xA57FD5) is known color: Medium Purple. HEX triplet: A5, 7F and D5. RGB value is (165,127,213). Sum of RGB (Red+Green+Blue) = 165+127+213=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #A57FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FD5 is #5A802A. Grayscale: #939393. Windows color (decimal): -5931051 or 13991845. OLE color: 13991845.

HSL color Cylindrical-coordinate representation of color #A57FD5: hue angle of 266.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57FD5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 127 213 -
CMYK 0.23 0.40 0 0.16
HSL 266.51º 0.51% 0.67% -
HSV(B) 266.51º 0.4% 0.84% -
XYZ 35.12 27.98 66.5 -
YUV 148.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 165 127 213 0.23 0.40 0 0.16 266.51 0.51 0.67
Hex A5 7F D5 17 28 0 10 10B 33 43
Octal 245 177 325 27 50 0 20 413 63 103
Binary 10100101 1111111 11010101 10111 101000 0 10000 100001011 110011 1000011

Color Harmonies of #A57FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FD5

Black with #A57FD5

Text Example


Text Example

White with #A57FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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