Html Css Color HEX #A16ACD Amethyst

📋 copy color: '#A16ACD'

red 161 ◦ green 106 ◦ blue 205

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

Shades of Amethyst #A16ACD

Tints of Amethyst #A16ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 34.11%
G = 22.46%
B = 43.43%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A16ACD (or 0xA16ACD) is known color: Amethyst. HEX triplet: A1, 6A and CD. RGB value is (161,106,205). Sum of RGB (Red+Green+Blue) = 161+106+205=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #A16ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ACD is #5E9532. Grayscale: #858585. Windows color (decimal): -6198579 or 13462177. OLE color: 13462177.

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

Color convert

RGB 161 106 205 -
CMYK 0.21 0.48 0 0.20
HSL 273.33º 0.5% 0.61% -
HSV(B) 273.33º 0.48% 0.8% -
XYZ 30.87 22.29 60.43 -
YUV 133.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 161 106 205 0.21 0.48 0 0.20 273.33 0.5 0.61
Hex A1 6A CD 15 30 0 14 111 32 3D
Octal 241 152 315 25 60 0 24 421 62 75
Binary 10100001 1101010 11001101 10101 110000 0 10100 100010001 110010 111101

Color Harmonies of #A16ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ACD

Black with #A16ACD

Text Example


Text Example

White with #A16ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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