Html Css Color HEX #A16BCE Amethyst

📋 copy color: '#A16BCE'

red 161 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #A16BCE

Tints of Amethyst #A16BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 33.97%
G = 22.57%
B = 43.46%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A16BCE (or 0xA16BCE) is known color: Amethyst. HEX triplet: A1, 6B and CE. RGB value is (161,107,206). Sum of RGB (Red+Green+Blue) = 161+107+206=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #A16BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BCE is #5E9431. Grayscale: #868686. Windows color (decimal): -6198322 or 13527969. OLE color: 13527969.

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

Color convert

RGB 161 107 206 -
CMYK 0.22 0.48 0 0.19
HSL 272.73º 0.5% 0.61% -
HSV(B) 272.73º 0.48% 0.81% -
XYZ 31.1 22.55 61.11 -
YUV 134.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 161 107 206 0.22 0.48 0 0.19 272.73 0.5 0.61
Hex A1 6B CE 16 30 0 13 111 32 3D
Octal 241 153 316 26 60 0 23 421 62 75
Binary 10100001 1101011 11001110 10110 110000 0 10011 100010001 110010 111101

Color Harmonies of #A16BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BCE

Black with #A16BCE

Text Example


Text Example

White with #A16BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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