Html Css Color HEX #A163D2 Amethyst

📋 copy color: '#A163D2'

red 161 ◦ green 99 ◦ blue 210

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

Shades of Amethyst #A163D2

Tints of Amethyst #A163D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 34.26%
G = 21.06%
B = 44.68%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A163D2 (or 0xA163D2) is known color: Amethyst. HEX triplet: A1, 63 and D2. RGB value is (161,99,210). Sum of RGB (Red+Green+Blue) = 161+99+210=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #A163D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163D2 is #5E9C2D. Grayscale: #818181. Windows color (decimal): -6200366 or 13788065. OLE color: 13788065.

HSL color Cylindrical-coordinate representation of color #A163D2: hue angle of 273.51º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A163D2 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 99 210 -
CMYK 0.23 0.53 0 0.18
HSL 273.51º 0.55% 0.61% -
HSV(B) 273.51º 0.53% 0.82% -
XYZ 30.79 21.15 63.43 -
YUV 130.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 161 99 210 0.23 0.53 0 0.18 273.51 0.55 0.61
Hex A1 63 D2 17 35 0 12 112 37 3D
Octal 241 143 322 27 65 0 22 422 67 75
Binary 10100001 1100011 11010010 10111 110101 0 10010 100010010 110111 111101

Color Harmonies of #A163D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163D2

Black with #A163D2

Text Example


Text Example

White with #A163D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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