Html Css Color HEX #A57EDE Medium Purple

📋 copy color: '#A57EDE'

red 165 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #A57EDE

Tints of Medium Purple #A57EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 32.16%
G = 24.56%
B = 43.27%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A57EDE (or 0xA57EDE) is known color: Medium Purple. HEX triplet: A5, 7E and DE. RGB value is (165,126,222). Sum of RGB (Red+Green+Blue) = 165+126+222=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #A57EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EDE is #5A8121. Grayscale: #949494. Windows color (decimal): -5931298 or 14581413. OLE color: 14581413.

HSL color Cylindrical-coordinate representation of color #A57EDE: hue angle of 264.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57EDE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 126 222 -
CMYK 0.26 0.43 0 0.13
HSL 264.38º 0.59% 0.68% -
HSV(B) 264.38º 0.43% 0.87% -
XYZ 36.16 28.19 72.64 -
YUV 148.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 165 126 222 0.26 0.43 0 0.13 264.38 0.59 0.68
Hex A5 7E DE 1A 2B 0 D 108 3B 44
Octal 245 176 336 32 53 0 15 410 73 104
Binary 10100101 1111110 11011110 11010 101011 0 1101 100001000 111011 1000100

Color Harmonies of #A57EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57EDE

Black with #A57EDE

Text Example


Text Example

White with #A57EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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