Html Css Color HEX #A356DF Amethyst

📋 copy color: '#A356DF'

red 163 ◦ green 86 ◦ blue 223

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

Shades of Amethyst #A356DF

Tints of Amethyst #A356DF

RGB

 RED value IS 163 (64.06% from 255) = 34.53%

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

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

R = 34.53%
G = 18.22%
B = 47.25%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A356DF (or 0xA356DF) is known color: Amethyst. HEX triplet: A3, 56 and DF. RGB value is (163,86,223). Sum of RGB (Red+Green+Blue) = 163+86+223=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A356DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356DF is #5CA920. Grayscale: #7C7C7C. Windows color (decimal): -6072609 or 14636707. OLE color: 14636707.

HSL color Cylindrical-coordinate representation of color #A356DF: hue angle of 273.72º 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 #A356DF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 86 223 -
CMYK 0.27 0.61 0 0.13
HSL 273.72º 0.68% 0.61% -
HSV(B) 273.72º 0.61% 0.87% -
XYZ 31.75 19.77 71.95 -
YUV 124.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 163 86 223 0.27 0.61 0 0.13 273.72 0.68 0.61
Hex A3 56 DF 1B 3D 0 D 112 44 3D
Octal 243 126 337 33 75 0 15 422 104 75
Binary 10100011 1010110 11011111 11011 111101 0 1101 100010010 1000100 111101

Color Harmonies of #A356DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356DF

Black with #A356DF

Text Example


Text Example

White with #A356DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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