Html Css Color HEX #A16CD7 Amethyst

📋 copy color: '#A16CD7'

red 161 ◦ green 108 ◦ blue 215

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

Shades of Amethyst #A16CD7

Tints of Amethyst #A16CD7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 33.26%
G = 22.31%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A16CD7 (or 0xA16CD7) is known color: Amethyst. HEX triplet: A1, 6C and D7. RGB value is (161,108,215). Sum of RGB (Red+Green+Blue) = 161+108+215=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #A16CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CD7 is #5E9328. Grayscale: #878787. Windows color (decimal): -6198057 or 14118049. OLE color: 14118049.

HSL color Cylindrical-coordinate representation of color #A16CD7: hue angle of 269.72º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16CD7 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 108 215 -
CMYK 0.25 0.50 0 0.16
HSL 269.72º 0.57% 0.63% -
HSV(B) 269.72º 0.5% 0.84% -
XYZ 32.33 23.21 67.07 -
YUV 136.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 161 108 215 0.25 0.50 0 0.16 269.72 0.57 0.63
Hex A1 6C D7 19 32 0 10 10E 39 3F
Octal 241 154 327 31 62 0 20 416 71 77
Binary 10100001 1101100 11010111 11001 110010 0 10000 100001110 111001 111111

Color Harmonies of #A16CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CD7

Black with #A16CD7

Text Example


Text Example

White with #A16CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CD7; }

 p { color: rgb(161,108,215); }

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

background-color css

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

 a { background-color: rgb(161,108,215); }

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

border-color css

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

 span { border-color: rgb(161,108,215); }

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