Html Css Color HEX #A456D1 Amethyst

📋 copy color: '#A456D1'

red 164 ◦ green 86 ◦ blue 209

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

Shades of Amethyst #A456D1

Tints of Amethyst #A456D1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

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

R = 35.73%
G = 18.74%
B = 45.53%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A456D1 (or 0xA456D1) is known color: Amethyst. HEX triplet: A4, 56 and D1. RGB value is (164,86,209). Sum of RGB (Red+Green+Blue) = 164+86+209=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #A456D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456D1 is #5BA92E. Grayscale: #7A7A7A. Windows color (decimal): -6007087 or 13719204. OLE color: 13719204.

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

Color convert

RGB 164 86 209 -
CMYK 0.22 0.59 0 0.18
HSL 278.05º 0.57% 0.58% -
HSV(B) 278.05º 0.59% 0.82% -
XYZ 30.15 19.15 62.43 -
YUV 123.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 164 86 209 0.22 0.59 0 0.18 278.05 0.57 0.58
Hex A4 56 D1 16 3B 0 12 116 39 3A
Octal 244 126 321 26 73 0 22 426 71 72
Binary 10100100 1010110 11010001 10110 111011 0 10010 100010110 111001 111010

Color Harmonies of #A456D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456D1

Black with #A456D1

Text Example


Text Example

White with #A456D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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