Html Css Color HEX #A456E2 Amethyst

📋 copy color: '#A456E2'

red 164 ◦ green 86 ◦ blue 226

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

Shades of Amethyst #A456E2

Tints of Amethyst #A456E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.48%

R = 34.45%
G = 18.07%
B = 47.48%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A456E2 (or 0xA456E2) is known color: Amethyst. HEX triplet: A4, 56 and E2. RGB value is (164,86,226). Sum of RGB (Red+Green+Blue) = 164+86+226=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #A456E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456E2 is #5BA91D. Grayscale: #7C7C7C. Windows color (decimal): -6007070 or 14833316. OLE color: 14833316.

HSL color Cylindrical-coordinate representation of color #A456E2: hue angle of 273.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A456E2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 86 226 -
CMYK 0.27 0.62 0 0.11
HSL 273.43º 0.71% 0.61% -
HSV(B) 273.43º 0.62% 0.89% -
XYZ 32.37 20.04 74.11 -
YUV 125.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 164 86 226 0.27 0.62 0 0.11 273.43 0.71 0.61
Hex A4 56 E2 1B 3E 0 B 111 47 3D
Octal 244 126 342 33 76 0 13 421 107 75
Binary 10100100 1010110 11100010 11011 111110 0 1011 100010001 1000111 111101

Color Harmonies of #A456E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456E2

Black with #A456E2

Text Example


Text Example

White with #A456E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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