Html Css Color HEX #A163CE Amethyst

📋 copy color: '#A163CE'

red 161 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #A163CE

Tints of Amethyst #A163CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 34.55%
G = 21.24%
B = 44.21%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A163CE (or 0xA163CE) is known color: Amethyst. HEX triplet: A1, 63 and CE. RGB value is (161,99,206). Sum of RGB (Red+Green+Blue) = 161+99+206=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #A163CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CE is #5E9C31. Grayscale: #818181. Windows color (decimal): -6200370 or 13525921. OLE color: 13525921.

HSL color Cylindrical-coordinate representation of color #A163CE: hue angle of 274.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A163CE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 99 206 -
CMYK 0.22 0.52 0 0.19
HSL 274.77º 0.52% 0.6% -
HSV(B) 274.77º 0.52% 0.81% -
XYZ 30.3 20.96 60.84 -
YUV 129.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 161 99 206 0.22 0.52 0 0.19 274.77 0.52 0.6
Hex A1 63 CE 16 34 0 13 113 34 3C
Octal 241 143 316 26 64 0 23 423 64 74
Binary 10100001 1100011 11001110 10110 110100 0 10011 100010011 110100 111100

Color Harmonies of #A163CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163CE

Black with #A163CE

Text Example


Text Example

White with #A163CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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