Html Css Color HEX #A456ED Amethyst

📋 copy color: '#A456ED'

red 164 ◦ green 86 ◦ blue 237

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

Shades of Amethyst #A456ED

Tints of Amethyst #A456ED

RGB

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

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

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

R = 33.68%
G = 17.66%
B = 48.67%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A456ED (or 0xA456ED) is known color: Amethyst. HEX triplet: A4, 56 and ED. RGB value is (164,86,237). Sum of RGB (Red+Green+Blue) = 164+86+237=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #A456ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A456ED is #5BA912. Grayscale: #7E7E7E. Windows color (decimal): -6007059 or 15554212. OLE color: 15554212.

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

Color convert

RGB 164 86 237 -
CMYK 0.31 0.64 0 0.07
HSL 270.99º 0.81% 0.63% -
HSV(B) 270.99º 0.64% 0.93% -
XYZ 33.92 20.66 82.32 -
YUV 126.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 164 86 237 0.31 0.64 0 0.07 270.99 0.81 0.63
Hex A4 56 ED 1F 40 0 7 10F 51 3F
Octal 244 126 355 37 100 0 7 417 121 77
Binary 10100100 1010110 11101101 11111 1000000 0 111 100001111 1010001 111111

Color Harmonies of #A456ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456ED

Black with #A456ED

Text Example


Text Example

White with #A456ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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