Html Css Color HEX #A57EED Medium Purple

📋 copy color: '#A57EED'

red 165 ◦ green 126 ◦ blue 237

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

Shades of Medium Purple #A57EED

Tints of Medium Purple #A57EED

RGB

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

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

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

R = 31.25%
G = 23.86%
B = 44.89%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A57EED (or 0xA57EED) is known color: Medium Purple. HEX triplet: A5, 7E and ED. RGB value is (165,126,237). Sum of RGB (Red+Green+Blue) = 165+126+237=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #A57EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EED is #5A8112. Grayscale: #959595. Windows color (decimal): -5931283 or 15564453. OLE color: 15564453.

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

Color convert

RGB 165 126 237 -
CMYK 0.30 0.47 0 0.07
HSL 261.08º 0.76% 0.71% -
HSV(B) 261.08º 0.47% 0.93% -
XYZ 38.26 29.04 83.71 -
YUV 150.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 165 126 237 0.30 0.47 0 0.07 261.08 0.76 0.71
Hex A5 7E ED 1E 2F 0 7 105 4C 47
Octal 245 176 355 36 57 0 7 405 114 107
Binary 10100101 1111110 11101101 11110 101111 0 111 100000101 1001100 1000111

Color Harmonies of #A57EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EED

Black with #A57EED

Text Example


Text Example

White with #A57EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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