Html Css Color HEX #A161DF Amethyst

📋 copy color: '#A161DF'

red 161 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #A161DF

Tints of Amethyst #A161DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 33.47%
G = 20.17%
B = 46.36%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A161DF (or 0xA161DF) is known color: Amethyst. HEX triplet: A1, 61 and DF. RGB value is (161,97,223). Sum of RGB (Red+Green+Blue) = 161+97+223=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A161DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161DF is #5E9E20. Grayscale: #828282. Windows color (decimal): -6200865 or 14639521. OLE color: 14639521.

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

Color convert

RGB 161 97 223 -
CMYK 0.28 0.57 0 0.13
HSL 270.48º 0.66% 0.63% -
HSV(B) 270.48º 0.57% 0.87% -
XYZ 32.29 21.45 72.25 -
YUV 130.5 180.2 149.75 -
System Red Green Blue C M Y K H S L
Decimal 161 97 223 0.28 0.57 0 0.13 270.48 0.66 0.63
Hex A1 61 DF 1C 39 0 D 10E 42 3F
Octal 241 141 337 34 71 0 15 416 102 77
Binary 10100001 1100001 11011111 11100 111001 0 1101 100001110 1000010 111111

Color Harmonies of #A161DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161DF

Black with #A161DF

Text Example


Text Example

White with #A161DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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