Html Css Color HEX #A354DF Amethyst

📋 copy color: '#A354DF'

red 163 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #A354DF

Tints of Amethyst #A354DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

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

R = 34.68%
G = 17.87%
B = 47.45%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A354DF (or 0xA354DF) is known color: Amethyst. HEX triplet: A3, 54 and DF. RGB value is (163,84,223). Sum of RGB (Red+Green+Blue) = 163+84+223=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #A354DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354DF is #5CAB20. Grayscale: #7A7A7A. Windows color (decimal): -6073121 or 14636195. OLE color: 14636195.

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

Color convert

RGB 163 84 223 -
CMYK 0.27 0.62 0 0.13
HSL 274.1º 0.68% 0.6% -
HSV(B) 274.1º 0.62% 0.87% -
XYZ 31.59 19.45 71.9 -
YUV 123.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 163 84 223 0.27 0.62 0 0.13 274.1 0.68 0.6
Hex A3 54 DF 1B 3E 0 D 112 44 3C
Octal 243 124 337 33 76 0 15 422 104 74
Binary 10100011 1010100 11011111 11011 111110 0 1101 100010010 1000100 111100

Color Harmonies of #A354DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354DF

Black with #A354DF

Text Example


Text Example

White with #A354DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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