Html Css Color HEX #A57FEC Medium Purple

📋 copy color: '#A57FEC'

red 165 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #A57FEC

Tints of Medium Purple #A57FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 31.25%
G = 24.05%
B = 44.7%

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

#A57FEC (or 0xA57FEC) is known color: Medium Purple. HEX triplet: A5, 7F and EC. RGB value is (165,127,236). Sum of RGB (Red+Green+Blue) = 165+127+236=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A57FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FEC is #5A8013. Grayscale: #969696. Windows color (decimal): -5931028 or 15499173. OLE color: 15499173.

HSL color Cylindrical-coordinate representation of color #A57FEC: hue angle of 260.92º degrees, saturation: 0.74, 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 #A57FEC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 127 236 -
CMYK 0.30 0.46 0 0.07
HSL 260.92º 0.74% 0.71% -
HSV(B) 260.92º 0.46% 0.93% -
XYZ 38.25 29.23 82.98 -
YUV 150.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 165 127 236 0.30 0.46 0 0.07 260.92 0.74 0.71
Hex A5 7F EC 1E 2E 0 7 105 4A 47
Octal 245 177 354 36 56 0 7 405 112 107
Binary 10100101 1111111 11101100 11110 101110 0 111 100000101 1001010 1000111

Color Harmonies of #A57FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FEC

Black with #A57FEC

Text Example


Text Example

White with #A57FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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