Html Css Color HEX #A57FDE Medium Purple

📋 copy color: '#A57FDE'

red 165 ◦ green 127 ◦ blue 222

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

Shades of Medium Purple #A57FDE

Tints of Medium Purple #A57FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 32.1%
G = 24.71%
B = 43.19%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A57FDE (or 0xA57FDE) is known color: Medium Purple. HEX triplet: A5, 7F and DE. RGB value is (165,127,222). Sum of RGB (Red+Green+Blue) = 165+127+222=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #A57FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FDE is #5A8021. Grayscale: #949494. Windows color (decimal): -5931042 or 14581669. OLE color: 14581669.

HSL color Cylindrical-coordinate representation of color #A57FDE: hue angle of 264º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57FDE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 127 222 -
CMYK 0.26 0.43 0 0.13
HSL 264º 0.59% 0.68% -
HSV(B) 264º 0.43% 0.87% -
XYZ 36.29 28.45 72.69 -
YUV 149.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 165 127 222 0.26 0.43 0 0.13 264 0.59 0.68
Hex A5 7F DE 1A 2B 0 D 108 3B 44
Octal 245 177 336 32 53 0 15 410 73 104
Binary 10100101 1111111 11011110 11010 101011 0 1101 100001000 111011 1000100

Color Harmonies of #A57FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FDE

Black with #A57FDE

Text Example


Text Example

White with #A57FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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