Html Css Color HEX #A457ED Amethyst

📋 copy color: '#A457ED'

red 164 ◦ green 87 ◦ blue 237

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

Shades of Amethyst #A457ED

Tints of Amethyst #A457ED

RGB

 RED value IS 164 (64.45% from 255) = 33.61%

 GREEN value IS 87 (34.38% from 255) = 17.83%

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

R = 33.61%
G = 17.83%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A457ED (or 0xA457ED) is known color: Amethyst. HEX triplet: A4, 57 and ED. RGB value is (164,87,237). Sum of RGB (Red+Green+Blue) = 164+87+237=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #A457ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A457ED is #5BA812. Grayscale: #7E7E7E. Windows color (decimal): -6006803 or 15554468. OLE color: 15554468.

HSL color Cylindrical-coordinate representation of color #A457ED: hue angle of 270.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A457ED is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 87 237 -
CMYK 0.31 0.63 0 0.07
HSL 270.8º 0.81% 0.64% -
HSV(B) 270.8º 0.63% 0.93% -
XYZ 34 20.82 82.35 -
YUV 127.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 164 87 237 0.31 0.63 0 0.07 270.8 0.81 0.64
Hex A4 57 ED 1F 3F 0 7 10F 51 40
Octal 244 127 355 37 77 0 7 417 121 100
Binary 10100100 1010111 11101101 11111 111111 0 111 100001111 1010001 1000000

Color Harmonies of #A457ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A457ED

Black with #A457ED

Text Example


Text Example

White with #A457ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A457ED; }

 p { color: rgb(164,87,237); }

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

background-color css

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

 a { background-color: rgb(164,87,237); }

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

border-color css

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

 span { border-color: rgb(164,87,237); }

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