Html Css Color HEX #A57FED Medium Purple

📋 copy color: '#A57FED'

red 165 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #A57FED

Tints of Medium Purple #A57FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 31.19%
G = 24.01%
B = 44.8%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A57FED (or 0xA57FED) is known color: Medium Purple. HEX triplet: A5, 7F and ED. RGB value is (165,127,237). Sum of RGB (Red+Green+Blue) = 165+127+237=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #A57FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FED is #5A8012. Grayscale: #969696. Windows color (decimal): -5931027 or 15564709. OLE color: 15564709.

HSL color Cylindrical-coordinate representation of color #A57FED: hue angle of 260.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A57FED is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 127 237 -
CMYK 0.30 0.46 0 0.07
HSL 260.73º 0.75% 0.71% -
HSV(B) 260.73º 0.46% 0.93% -
XYZ 38.39 29.29 83.75 -
YUV 150.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 165 127 237 0.30 0.46 0 0.07 260.73 0.75 0.71
Hex A5 7F ED 1E 2E 0 7 105 4B 47
Octal 245 177 355 36 56 0 7 405 113 107
Binary 10100101 1111111 11101101 11110 101110 0 111 100000101 1001011 1000111

Color Harmonies of #A57FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FED

Black with #A57FED

Text Example


Text Example

White with #A57FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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