Html Css Color HEX #A364DF Amethyst

📋 copy color: '#A364DF'

red 163 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #A364DF

Tints of Amethyst #A364DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

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

R = 33.54%
G = 20.58%
B = 45.88%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A364DF (or 0xA364DF) is known color: Amethyst. HEX triplet: A3, 64 and DF. RGB value is (163,100,223). Sum of RGB (Red+Green+Blue) = 163+100+223=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #A364DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364DF is #5C9B20. Grayscale: #848484. Windows color (decimal): -6069025 or 14640291. OLE color: 14640291.

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

Color convert

RGB 163 100 223 -
CMYK 0.27 0.55 0 0.13
HSL 270.73º 0.66% 0.63% -
HSV(B) 270.73º 0.55% 0.87% -
XYZ 32.98 22.23 72.36 -
YUV 132.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 163 100 223 0.27 0.55 0 0.13 270.73 0.66 0.63
Hex A3 64 DF 1B 37 0 D 10F 42 3F
Octal 243 144 337 33 67 0 15 417 102 77
Binary 10100011 1100100 11011111 11011 110111 0 1101 100001111 1000010 111111

Color Harmonies of #A364DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364DF

Black with #A364DF

Text Example


Text Example

White with #A364DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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