Html Css Color HEX #A16BD8 Amethyst

📋 copy color: '#A16BD8'

red 161 ◦ green 107 ◦ blue 216

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

Shades of Amethyst #A16BD8

Tints of Amethyst #A16BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 33.26%
G = 22.11%
B = 44.63%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A16BD8 (or 0xA16BD8) is known color: Amethyst. HEX triplet: A1, 6B and D8. RGB value is (161,107,216). Sum of RGB (Red+Green+Blue) = 161+107+216=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #A16BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BD8 is #5E9427. Grayscale: #878787. Windows color (decimal): -6198312 or 14183329. OLE color: 14183329.

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

Color convert

RGB 161 107 216 -
CMYK 0.25 0.50 0 0.15
HSL 269.72º 0.58% 0.63% -
HSV(B) 269.72º 0.5% 0.85% -
XYZ 32.35 23.05 67.71 -
YUV 135.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 161 107 216 0.25 0.50 0 0.15 269.72 0.58 0.63
Hex A1 6B D8 19 32 0 F 10E 3A 3F
Octal 241 153 330 31 62 0 17 416 72 77
Binary 10100001 1101011 11011000 11001 110010 0 1111 100001110 111010 111111

Color Harmonies of #A16BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BD8

Black with #A16BD8

Text Example


Text Example

White with #A16BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BD8; }

 p { color: rgb(161,107,216); }

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

background-color css

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

 a { background-color: rgb(161,107,216); }

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

border-color css

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

 span { border-color: rgb(161,107,216); }

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