Html Css Color HEX #A16BD2 Amethyst

📋 copy color: '#A16BD2'

red 161 ◦ green 107 ◦ blue 210

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

Shades of Amethyst #A16BD2

Tints of Amethyst #A16BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.93%

R = 33.68%
G = 22.38%
B = 43.93%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A16BD2 (or 0xA16BD2) is known color: Amethyst. HEX triplet: A1, 6B and D2. RGB value is (161,107,210). Sum of RGB (Red+Green+Blue) = 161+107+210=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #A16BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BD2 is #5E942D. Grayscale: #868686. Windows color (decimal): -6198318 or 13790113. OLE color: 13790113.

HSL color Cylindrical-coordinate representation of color #A16BD2: hue angle of 271.46º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16BD2 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 107 210 -
CMYK 0.23 0.49 0 0.18
HSL 271.46º 0.53% 0.62% -
HSV(B) 271.46º 0.49% 0.82% -
XYZ 31.59 22.75 63.7 -
YUV 134.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 161 107 210 0.23 0.49 0 0.18 271.46 0.53 0.62
Hex A1 6B D2 17 31 0 12 10F 35 3E
Octal 241 153 322 27 61 0 22 417 65 76
Binary 10100001 1101011 11010010 10111 110001 0 10010 100001111 110101 111110

Color Harmonies of #A16BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BD2

Black with #A16BD2

Text Example


Text Example

White with #A16BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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