Html Css Color HEX #A457D1 Amethyst

📋 copy color: '#A457D1'

red 164 ◦ green 87 ◦ blue 209

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

Shades of Amethyst #A457D1

Tints of Amethyst #A457D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.43%

R = 35.65%
G = 18.91%
B = 45.43%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A457D1 (or 0xA457D1) is known color: Amethyst. HEX triplet: A4, 57 and D1. RGB value is (164,87,209). Sum of RGB (Red+Green+Blue) = 164+87+209=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #A457D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457D1 is #5BA82E. Grayscale: #7B7B7B. Windows color (decimal): -6006831 or 13719460. OLE color: 13719460.

HSL color Cylindrical-coordinate representation of color #A457D1: hue angle of 277.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A457D1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 87 209 -
CMYK 0.22 0.58 0 0.18
HSL 277.87º 0.57% 0.58% -
HSV(B) 277.87º 0.58% 0.82% -
XYZ 30.23 19.31 62.46 -
YUV 123.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 164 87 209 0.22 0.58 0 0.18 277.87 0.57 0.58
Hex A4 57 D1 16 3A 0 12 116 39 3A
Octal 244 127 321 26 72 0 22 426 71 72
Binary 10100100 1010111 11010001 10110 111010 0 10010 100010110 111001 111010

Color Harmonies of #A457D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A457D1

Black with #A457D1

Text Example


Text Example

White with #A457D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A457D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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