Html Css Color HEX #A168D0 Amethyst

📋 copy color: '#A168D0'

red 161 ◦ green 104 ◦ blue 208

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

Shades of Amethyst #A168D0

Tints of Amethyst #A168D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 34.04%
G = 21.99%
B = 43.97%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A168D0 (or 0xA168D0) is known color: Amethyst. HEX triplet: A1, 68 and D0. RGB value is (161,104,208). Sum of RGB (Red+Green+Blue) = 161+104+208=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #A168D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168D0 is #5E972F. Grayscale: #848484. Windows color (decimal): -6199088 or 13658273. OLE color: 13658273.

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

Color convert

RGB 161 104 208 -
CMYK 0.23 0.5 0 0.18
HSL 272.88º 0.53% 0.61% -
HSV(B) 272.88º 0.5% 0.82% -
XYZ 31.03 22.03 62.29 -
YUV 132.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 161 104 208 0.23 0.5 0 0.18 272.88 0.53 0.61
Hex A1 68 D0 17 32 0 12 111 35 3D
Octal 241 150 320 27 62 0 22 421 65 75
Binary 10100001 1101000 11010000 10111 110010 0 10010 100010001 110101 111101

Color Harmonies of #A168D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168D0

Black with #A168D0

Text Example


Text Example

White with #A168D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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