Html Css Color HEX #A456D2 Amethyst

📋 copy color: '#A456D2'

red 164 ◦ green 86 ◦ blue 210

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

Shades of Amethyst #A456D2

Tints of Amethyst #A456D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.65%

R = 35.65%
G = 18.7%
B = 45.65%

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

#A456D2 (or 0xA456D2) is known color: Amethyst. HEX triplet: A4, 56 and D2. RGB value is (164,86,210). Sum of RGB (Red+Green+Blue) = 164+86+210=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #A456D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456D2 is #5BA92D. Grayscale: #7B7B7B. Windows color (decimal): -6007086 or 13784740. OLE color: 13784740.

HSL color Cylindrical-coordinate representation of color #A456D2: hue angle of 277.74º degrees, saturation: 0.58, 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 #A456D2 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 86 210 -
CMYK 0.22 0.59 0 0.18
HSL 277.74º 0.58% 0.58% -
HSV(B) 277.74º 0.59% 0.82% -
XYZ 30.27 19.2 63.08 -
YUV 123.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 164 86 210 0.22 0.59 0 0.18 277.74 0.58 0.58
Hex A4 56 D2 16 3B 0 12 116 3A 3A
Octal 244 126 322 26 73 0 22 426 72 72
Binary 10100100 1010110 11010010 10110 111011 0 10010 100010110 111010 111010

Color Harmonies of #A456D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456D2

Black with #A456D2

Text Example


Text Example

White with #A456D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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