Html Css Color HEX #A168D6 Amethyst

📋 copy color: '#A168D6'

red 161 ◦ green 104 ◦ blue 214

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

Shades of Amethyst #A168D6

Tints of Amethyst #A168D6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 33.61%
G = 21.71%
B = 44.68%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A168D6 (or 0xA168D6) is known color: Amethyst. HEX triplet: A1, 68 and D6. RGB value is (161,104,214). Sum of RGB (Red+Green+Blue) = 161+104+214=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #A168D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168D6 is #5E9729. Grayscale: #858585. Windows color (decimal): -6199082 or 14051489. OLE color: 14051489.

HSL color Cylindrical-coordinate representation of color #A168D6: hue angle of 271.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A168D6 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 104 214 -
CMYK 0.25 0.51 0 0.16
HSL 271.09º 0.57% 0.62% -
HSV(B) 271.09º 0.51% 0.84% -
XYZ 31.79 22.33 66.25 -
YUV 133.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 161 104 214 0.25 0.51 0 0.16 271.09 0.57 0.62
Hex A1 68 D6 19 33 0 10 10F 39 3E
Octal 241 150 326 31 63 0 20 417 71 76
Binary 10100001 1101000 11010110 11001 110011 0 10000 100001111 111001 111110

Color Harmonies of #A168D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168D6

Black with #A168D6

Text Example


Text Example

White with #A168D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168D6; }

 p { color: rgb(161,104,214); }

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

background-color css

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

 a { background-color: rgb(161,104,214); }

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

border-color css

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

 span { border-color: rgb(161,104,214); }

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