Html Css Color HEX #A57EDA Medium Purple

📋 copy color: '#A57EDA'

red 165 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #A57EDA

Tints of Medium Purple #A57EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.75%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 32.42%
G = 24.75%
B = 42.83%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A57EDA (or 0xA57EDA) is known color: Medium Purple. HEX triplet: A5, 7E and DA. RGB value is (165,126,218). Sum of RGB (Red+Green+Blue) = 165+126+218=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #A57EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EDA is #5A8125. Grayscale: #939393. Windows color (decimal): -5931302 or 14319269. OLE color: 14319269.

HSL color Cylindrical-coordinate representation of color #A57EDA: hue angle of 265.43º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A57EDA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 126 218 -
CMYK 0.24 0.42 0 0.15
HSL 265.43º 0.55% 0.67% -
HSV(B) 265.43º 0.42% 0.85% -
XYZ 35.63 27.98 69.85 -
YUV 148.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 165 126 218 0.24 0.42 0 0.15 265.43 0.55 0.67
Hex A5 7E DA 18 2A 0 F 109 37 43
Octal 245 176 332 30 52 0 17 411 67 103
Binary 10100101 1111110 11011010 11000 101010 0 1111 100001001 110111 1000011

Color Harmonies of #A57EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EDA

Black with #A57EDA

Text Example


Text Example

White with #A57EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EDA; }

 p { color: rgb(165,126,218); }

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

background-color css

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

 a { background-color: rgb(165,126,218); }

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

border-color css

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

 span { border-color: rgb(165,126,218); }

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