Html Css Color HEX #A456DF Amethyst

📋 copy color: '#A456DF'

red 164 ◦ green 86 ◦ blue 223

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

Shades of Amethyst #A456DF

Tints of Amethyst #A456DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 34.67%
G = 18.18%
B = 47.15%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A456DF (or 0xA456DF) is known color: Amethyst. HEX triplet: A4, 56 and DF. RGB value is (164,86,223). Sum of RGB (Red+Green+Blue) = 164+86+223=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A456DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456DF is #5BA920. Grayscale: #7C7C7C. Windows color (decimal): -6007073 or 14636708. OLE color: 14636708.

HSL color Cylindrical-coordinate representation of color #A456DF: hue angle of 274.16º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A456DF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 86 223 -
CMYK 0.26 0.61 0 0.13
HSL 274.16º 0.68% 0.61% -
HSV(B) 274.16º 0.61% 0.87% -
XYZ 31.96 19.88 71.96 -
YUV 124.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 164 86 223 0.26 0.61 0 0.13 274.16 0.68 0.61
Hex A4 56 DF 1A 3D 0 D 112 44 3D
Octal 244 126 337 32 75 0 15 422 104 75
Binary 10100100 1010110 11011111 11010 111101 0 1101 100010010 1000100 111101

Color Harmonies of #A456DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456DF

Black with #A456DF

Text Example


Text Example

White with #A456DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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