Html Css Color HEX #A57EDC Medium Purple

📋 copy color: '#A57EDC'

red 165 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #A57EDC

Tints of Medium Purple #A57EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 32.29%
G = 24.66%
B = 43.05%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A57EDC (or 0xA57EDC) is known color: Medium Purple. HEX triplet: A5, 7E and DC. RGB value is (165,126,220). Sum of RGB (Red+Green+Blue) = 165+126+220=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #A57EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EDC is #5A8123. Grayscale: #949494. Windows color (decimal): -5931300 or 14450341. OLE color: 14450341.

HSL color Cylindrical-coordinate representation of color #A57EDC: hue angle of 264.89º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57EDC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 126 220 -
CMYK 0.25 0.43 0 0.14
HSL 264.89º 0.57% 0.68% -
HSV(B) 264.89º 0.43% 0.86% -
XYZ 35.9 28.09 71.24 -
YUV 148.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 165 126 220 0.25 0.43 0 0.14 264.89 0.57 0.68
Hex A5 7E DC 19 2B 0 E 109 39 44
Octal 245 176 334 31 53 0 16 411 71 104
Binary 10100101 1111110 11011100 11001 101011 0 1110 100001001 111001 1000100

Color Harmonies of #A57EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EDC

Black with #A57EDC

Text Example


Text Example

White with #A57EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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