Html Css Color HEX #A57CEF Medium Purple

📋 copy color: '#A57CEF'

red 165 ◦ green 124 ◦ blue 239

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

Shades of Medium Purple #A57CEF

Tints of Medium Purple #A57CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

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

R = 31.25%
G = 23.48%
B = 45.27%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A57CEF (or 0xA57CEF) is known color: Medium Purple. HEX triplet: A5, 7C and EF. RGB value is (165,124,239). Sum of RGB (Red+Green+Blue) = 165+124+239=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #A57CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CEF is #5A8310. Grayscale: #949494. Windows color (decimal): -5931793 or 15695013. OLE color: 15695013.

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

Color convert

RGB 165 124 239 -
CMYK 0.31 0.48 0 0.06
HSL 261.39º 0.78% 0.71% -
HSV(B) 261.39º 0.48% 0.94% -
XYZ 38.3 28.65 85.17 -
YUV 149.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 165 124 239 0.31 0.48 0 0.06 261.39 0.78 0.71
Hex A5 7C EF 1F 30 0 6 105 4E 47
Octal 245 174 357 37 60 0 6 405 116 107
Binary 10100101 1111100 11101111 11111 110000 0 110 100000101 1001110 1000111

Color Harmonies of #A57CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CEF

Black with #A57CEF

Text Example


Text Example

White with #A57CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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