Html Css Color HEX #A168CE Amethyst

📋 copy color: '#A168CE'

red 161 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #A168CE

Tints of Amethyst #A168CE

RGB

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

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

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

R = 34.18%
G = 22.08%
B = 43.74%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A168CE (or 0xA168CE) is known color: Amethyst. HEX triplet: A1, 68 and CE. RGB value is (161,104,206). Sum of RGB (Red+Green+Blue) = 161+104+206=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A168CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168CE is #5E9731. Grayscale: #848484. Windows color (decimal): -6199090 or 13527201. OLE color: 13527201.

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

Color convert

RGB 161 104 206 -
CMYK 0.22 0.50 0 0.19
HSL 273.53º 0.51% 0.61% -
HSV(B) 273.53º 0.5% 0.81% -
XYZ 30.79 21.93 61 -
YUV 132.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 161 104 206 0.22 0.50 0 0.19 273.53 0.51 0.61
Hex A1 68 CE 16 32 0 13 112 33 3D
Octal 241 150 316 26 62 0 23 422 63 75
Binary 10100001 1101000 11001110 10110 110010 0 10011 100010010 110011 111101

Color Harmonies of #A168CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168CE

Black with #A168CE

Text Example


Text Example

White with #A168CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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