Html Css Color HEX #A164DF Amethyst

📋 copy color: '#A164DF'

red 161 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #A164DF

Tints of Amethyst #A164DF

RGB

 RED value IS 161 (63.28% from 255) = 33.26%

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

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

R = 33.26%
G = 20.66%
B = 46.07%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A164DF (or 0xA164DF) is known color: Amethyst. HEX triplet: A1, 64 and DF. RGB value is (161,100,223). Sum of RGB (Red+Green+Blue) = 161+100+223=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #A164DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164DF is #5E9B20. Grayscale: #838383. Windows color (decimal): -6200097 or 14640289. OLE color: 14640289.

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

Color convert

RGB 161 100 223 -
CMYK 0.28 0.55 0 0.13
HSL 269.76º 0.66% 0.63% -
HSV(B) 269.76º 0.55% 0.87% -
XYZ 32.57 22.02 72.35 -
YUV 132.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 161 100 223 0.28 0.55 0 0.13 269.76 0.66 0.63
Hex A1 64 DF 1C 37 0 D 10E 42 3F
Octal 241 144 337 34 67 0 15 416 102 77
Binary 10100001 1100100 11011111 11100 110111 0 1101 100001110 1000010 111111

Color Harmonies of #A164DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164DF

Black with #A164DF

Text Example


Text Example

White with #A164DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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