Html Css Color HEX #A57AED Medium Purple

📋 copy color: '#A57AED'

red 165 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #A57AED

Tints of Medium Purple #A57AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.28%

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

R = 31.49%
G = 23.28%
B = 45.23%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A57AED (or 0xA57AED) is known color: Medium Purple. HEX triplet: A5, 7A and ED. RGB value is (165,122,237). Sum of RGB (Red+Green+Blue) = 165+122+237=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #A57AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AED is #5A8512. Grayscale: #939393. Windows color (decimal): -5932307 or 15563429. OLE color: 15563429.

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

Color convert

RGB 165 122 237 -
CMYK 0.30 0.49 0 0.07
HSL 262.43º 0.76% 0.7% -
HSV(B) 262.43º 0.49% 0.93% -
XYZ 37.76 28.03 83.54 -
YUV 147.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 165 122 237 0.30 0.49 0 0.07 262.43 0.76 0.7
Hex A5 7A ED 1E 31 0 7 106 4C 46
Octal 245 172 355 36 61 0 7 406 114 106
Binary 10100101 1111010 11101101 11110 110001 0 111 100000110 1001100 1000110

Color Harmonies of #A57AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AED

Black with #A57AED

Text Example


Text Example

White with #A57AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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