Html Css Color HEX #A16FCA Amethyst

📋 copy color: '#A16FCA'

red 161 ◦ green 111 ◦ blue 202

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

Shades of Amethyst #A16FCA

Tints of Amethyst #A16FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 33.97%
G = 23.42%
B = 42.62%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A16FCA (or 0xA16FCA) is known color: Amethyst. HEX triplet: A1, 6F and CA. RGB value is (161,111,202). Sum of RGB (Red+Green+Blue) = 161+111+202=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #A16FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FCA is #5E9035. Grayscale: #888888. Windows color (decimal): -6197302 or 13266849. OLE color: 13266849.

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

Color convert

RGB 161 111 202 -
CMYK 0.20 0.45 0 0.21
HSL 272.97º 0.46% 0.61% -
HSV(B) 272.97º 0.45% 0.79% -
XYZ 31.04 23.21 58.72 -
YUV 136.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 161 111 202 0.20 0.45 0 0.21 272.97 0.46 0.61
Hex A1 6F CA 14 2D 0 15 111 2E 3D
Octal 241 157 312 24 55 0 25 421 56 75
Binary 10100001 1101111 11001010 10100 101101 0 10101 100010001 101110 111101

Color Harmonies of #A16FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FCA

Black with #A16FCA

Text Example


Text Example

White with #A16FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FCA; }

 p { color: rgb(161,111,202); }

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

background-color css

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

 a { background-color: rgb(161,111,202); }

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

border-color css

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

 span { border-color: rgb(161,111,202); }

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