Html Css Color HEX #A16CCC Amethyst

📋 copy color: '#A16CCC'

red 161 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #A16CCC

Tints of Amethyst #A16CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 34.04%
G = 22.83%
B = 43.13%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A16CCC (or 0xA16CCC) is known color: Amethyst. HEX triplet: A1, 6C and CC. RGB value is (161,108,204). Sum of RGB (Red+Green+Blue) = 161+108+204=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #A16CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCC is #5E9333. Grayscale: #868686. Windows color (decimal): -6198068 or 13397153. OLE color: 13397153.

HSL color Cylindrical-coordinate representation of color #A16CCC: hue angle of 273.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16CCC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 108 204 -
CMYK 0.21 0.47 0 0.2
HSL 273.13º 0.48% 0.61% -
HSV(B) 273.13º 0.47% 0.8% -
XYZ 30.96 22.66 59.87 -
YUV 134.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 161 108 204 0.21 0.47 0 0.2 273.13 0.48 0.61
Hex A1 6C CC 15 2F 0 14 111 30 3D
Octal 241 154 314 25 57 0 24 421 60 75
Binary 10100001 1101100 11001100 10101 101111 0 10100 100010001 110000 111101

Color Harmonies of #A16CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CCC

Black with #A16CCC

Text Example


Text Example

White with #A16CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CCC; }

 p { color: rgb(161,108,204); }

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

background-color css

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

 a { background-color: rgb(161,108,204); }

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

border-color css

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

 span { border-color: rgb(161,108,204); }

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