Html Css Color HEX #A16DD7 Amethyst

📋 copy color: '#A16DD7'

red 161 ◦ green 109 ◦ blue 215

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

Shades of Amethyst #A16DD7

Tints of Amethyst #A16DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

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

R = 33.2%
G = 22.47%
B = 44.33%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A16DD7 (or 0xA16DD7) is known color: Amethyst. HEX triplet: A1, 6D and D7. RGB value is (161,109,215). Sum of RGB (Red+Green+Blue) = 161+109+215=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #A16DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DD7 is #5E9228. Grayscale: #888888. Windows color (decimal): -6197801 or 14118305. OLE color: 14118305.

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

Color convert

RGB 161 109 215 -
CMYK 0.25 0.49 0 0.16
HSL 269.43º 0.57% 0.64% -
HSV(B) 269.43º 0.49% 0.84% -
XYZ 32.43 23.42 67.1 -
YUV 136.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 161 109 215 0.25 0.49 0 0.16 269.43 0.57 0.64
Hex A1 6D D7 19 31 0 10 10D 39 40
Octal 241 155 327 31 61 0 20 415 71 100
Binary 10100001 1101101 11010111 11001 110001 0 10000 100001101 111001 1000000

Color Harmonies of #A16DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DD7

Black with #A16DD7

Text Example


Text Example

White with #A16DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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