Html Css Color HEX #A163CD Amethyst

📋 copy color: '#A163CD'

red 161 ◦ green 99 ◦ blue 205

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

Shades of Amethyst #A163CD

Tints of Amethyst #A163CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 34.62%
G = 21.29%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A163CD (or 0xA163CD) is known color: Amethyst. HEX triplet: A1, 63 and CD. RGB value is (161,99,205). Sum of RGB (Red+Green+Blue) = 161+99+205=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A163CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CD is #5E9C32. Grayscale: #818181. Windows color (decimal): -6200371 or 13460385. OLE color: 13460385.

HSL color Cylindrical-coordinate representation of color #A163CD: hue angle of 275.09º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A163CD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 99 205 -
CMYK 0.21 0.52 0 0.20
HSL 275.09º 0.51% 0.6% -
HSV(B) 275.09º 0.52% 0.8% -
XYZ 30.18 20.91 60.2 -
YUV 129.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 161 99 205 0.21 0.52 0 0.20 275.09 0.51 0.6
Hex A1 63 CD 15 34 0 14 113 33 3C
Octal 241 143 315 25 64 0 24 423 63 74
Binary 10100001 1100011 11001101 10101 110100 0 10100 100010011 110011 111100

Color Harmonies of #A163CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163CD

Black with #A163CD

Text Example


Text Example

White with #A163CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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