Html Css Color HEX #A57FEF Medium Purple

📋 copy color: '#A57FEF'

red 165 ◦ green 127 ◦ blue 239

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

Shades of Medium Purple #A57FEF

Tints of Medium Purple #A57FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 31.07%
G = 23.92%
B = 45.01%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A57FEF (or 0xA57FEF) is known color: Medium Purple. HEX triplet: A5, 7F and EF. RGB value is (165,127,239). Sum of RGB (Red+Green+Blue) = 165+127+239=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #A57FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FEF is #5A8010. Grayscale: #969696. Windows color (decimal): -5931025 or 15695781. OLE color: 15695781.

HSL color Cylindrical-coordinate representation of color #A57FEF: hue angle of 260.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57FEF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 127 239 -
CMYK 0.31 0.47 0 0.06
HSL 260.36º 0.78% 0.72% -
HSV(B) 260.36º 0.47% 0.94% -
XYZ 38.69 29.41 85.3 -
YUV 151.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 165 127 239 0.31 0.47 0 0.06 260.36 0.78 0.72
Hex A5 7F EF 1F 2F 0 6 104 4E 48
Octal 245 177 357 37 57 0 6 404 116 110
Binary 10100101 1111111 11101111 11111 101111 0 110 100000100 1001110 1001000

Color Harmonies of #A57FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FEF

Black with #A57FEF

Text Example


Text Example

White with #A57FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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