Html Css Color HEX #A163DA Amethyst

📋 copy color: '#A163DA'

red 161 ◦ green 99 ◦ blue 218

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

Shades of Amethyst #A163DA

Tints of Amethyst #A163DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 33.68%
G = 20.71%
B = 45.61%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A163DA (or 0xA163DA) is known color: Amethyst. HEX triplet: A1, 63 and DA. RGB value is (161,99,218). Sum of RGB (Red+Green+Blue) = 161+99+218=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #A163DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163DA is #5E9C25. Grayscale: #828282. Windows color (decimal): -6200358 or 14312353. OLE color: 14312353.

HSL color Cylindrical-coordinate representation of color #A163DA: hue angle of 271.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A163DA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 99 218 -
CMYK 0.26 0.55 0 0.15
HSL 271.26º 0.62% 0.62% -
HSV(B) 271.26º 0.55% 0.85% -
XYZ 31.81 21.56 68.81 -
YUV 131.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 161 99 218 0.26 0.55 0 0.15 271.26 0.62 0.62
Hex A1 63 DA 1A 37 0 F 10F 3E 3E
Octal 241 143 332 32 67 0 17 417 76 76
Binary 10100001 1100011 11011010 11010 110111 0 1111 100001111 111110 111110

Color Harmonies of #A163DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163DA

Black with #A163DA

Text Example


Text Example

White with #A163DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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