Html Css Color HEX #A163DE Amethyst

📋 copy color: '#A163DE'

red 161 ◦ green 99 ◦ blue 222

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

Shades of Amethyst #A163DE

Tints of Amethyst #A163DE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.54%

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 33.4%
G = 20.54%
B = 46.06%

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

#A163DE (or 0xA163DE) is known color: Amethyst. HEX triplet: A1, 63 and DE. RGB value is (161,99,222). Sum of RGB (Red+Green+Blue) = 161+99+222=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #A163DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163DE is #5E9C21. Grayscale: #838383. Windows color (decimal): -6200354 or 14574497. OLE color: 14574497.

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

Color convert

RGB 161 99 222 -
CMYK 0.27 0.55 0 0.13
HSL 270.24º 0.65% 0.63% -
HSV(B) 270.24º 0.55% 0.87% -
XYZ 32.34 21.77 71.61 -
YUV 131.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 161 99 222 0.27 0.55 0 0.13 270.24 0.65 0.63
Hex A1 63 DE 1B 37 0 D 10E 41 3F
Octal 241 143 336 33 67 0 15 416 101 77
Binary 10100001 1100011 11011110 11011 110111 0 1101 100001110 1000001 111111

Color Harmonies of #A163DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163DE

Black with #A163DE

Text Example


Text Example

White with #A163DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163DE; }

 p { color: rgb(161,99,222); }

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

background-color css

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

 a { background-color: rgb(161,99,222); }

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

border-color css

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

 span { border-color: rgb(161,99,222); }

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