Html Css Color HEX #A16DCC Amethyst

📋 copy color: '#A16DCC'

red 161 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #A16DCC

Tints of Amethyst #A16DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 33.97%
G = 23%
B = 43.04%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A16DCC (or 0xA16DCC) is known color: Amethyst. HEX triplet: A1, 6D and CC. RGB value is (161,109,204). Sum of RGB (Red+Green+Blue) = 161+109+204=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #A16DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DCC is #5E9233. Grayscale: #878787. Windows color (decimal): -6197812 or 13397409. OLE color: 13397409.

HSL color Cylindrical-coordinate representation of color #A16DCC: hue angle of 272.84º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16DCC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 109 204 -
CMYK 0.21 0.47 0 0.2
HSL 272.84º 0.48% 0.61% -
HSV(B) 272.84º 0.47% 0.8% -
XYZ 31.07 22.87 59.9 -
YUV 135.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 161 109 204 0.21 0.47 0 0.2 272.84 0.48 0.61
Hex A1 6D CC 15 2F 0 14 111 30 3D
Octal 241 155 314 25 57 0 24 421 60 75
Binary 10100001 1101101 11001100 10101 101111 0 10100 100010001 110000 111101

Color Harmonies of #A16DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DCC

Black with #A16DCC

Text Example


Text Example

White with #A16DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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