Html Css Color HEX #A456E6 Amethyst

📋 copy color: '#A456E6'

red 164 ◦ green 86 ◦ blue 230

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

Shades of Amethyst #A456E6

Tints of Amethyst #A456E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.92%

R = 34.17%
G = 17.92%
B = 47.92%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A456E6 (or 0xA456E6) is known color: Amethyst. HEX triplet: A4, 56 and E6. RGB value is (164,86,230). Sum of RGB (Red+Green+Blue) = 164+86+230=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #A456E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A456E6 is #5BA919. Grayscale: #7D7D7D. Windows color (decimal): -6007066 or 15095460. OLE color: 15095460.

HSL color Cylindrical-coordinate representation of color #A456E6: hue angle of 272.5º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A456E6 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 86 230 -
CMYK 0.29 0.63 0 0.10
HSL 272.5º 0.74% 0.62% -
HSV(B) 272.5º 0.63% 0.9% -
XYZ 32.92 20.26 77.04 -
YUV 125.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 164 86 230 0.29 0.63 0 0.10 272.5 0.74 0.62
Hex A4 56 E6 1D 3F 0 A 110 4A 3E
Octal 244 126 346 35 77 0 12 420 112 76
Binary 10100100 1010110 11100110 11101 111111 0 1010 100010000 1001010 111110

Color Harmonies of #A456E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456E6

Black with #A456E6

Text Example


Text Example

White with #A456E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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