Html Css Color HEX #A16ACC Amethyst

📋 copy color: '#A16ACC'

red 161 ◦ green 106 ◦ blue 204

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

Shades of Amethyst #A16ACC

Tints of Amethyst #A16ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.51%

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

R = 34.18%
G = 22.51%
B = 43.31%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A16ACC (or 0xA16ACC) is known color: Amethyst. HEX triplet: A1, 6A and CC. RGB value is (161,106,204). Sum of RGB (Red+Green+Blue) = 161+106+204=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A16ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ACC is #5E9533. Grayscale: #858585. Windows color (decimal): -6198580 or 13396641. OLE color: 13396641.

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

Color convert

RGB 161 106 204 -
CMYK 0.21 0.48 0 0.2
HSL 273.67º 0.49% 0.61% -
HSV(B) 273.67º 0.48% 0.8% -
XYZ 30.75 22.24 59.8 -
YUV 133.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 161 106 204 0.21 0.48 0 0.2 273.67 0.49 0.61
Hex A1 6A CC 15 30 0 14 112 31 3D
Octal 241 152 314 25 60 0 24 422 61 75
Binary 10100001 1101010 11001100 10101 110000 0 10100 100010010 110001 111101

Color Harmonies of #A16ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ACC

Black with #A16ACC

Text Example


Text Example

White with #A16ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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