Html Css Color HEX #A164C2 Amethyst

📋 copy color: '#A164C2'

red 161 ◦ green 100 ◦ blue 194

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

Shades of Amethyst #A164C2

Tints of Amethyst #A164C2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.98%

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 35.38%
G = 21.98%
B = 42.64%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A164C2 (or 0xA164C2) is known color: Amethyst. HEX triplet: A1, 64 and C2. RGB value is (161,100,194). Sum of RGB (Red+Green+Blue) = 161+100+194=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #A164C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164C2 is #5E9B3D. Grayscale: #808080. Windows color (decimal): -6200126 or 12739745. OLE color: 12739745.

HSL color Cylindrical-coordinate representation of color #A164C2: hue angle of 278.94º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A164C2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 100 194 -
CMYK 0.17 0.48 0 0.24
HSL 278.94º 0.44% 0.58% -
HSV(B) 278.94º 0.48% 0.76% -
XYZ 28.99 20.59 53.48 -
YUV 128.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 161 100 194 0.17 0.48 0 0.24 278.94 0.44 0.58
Hex A1 64 C2 11 30 0 18 117 2C 3A
Octal 241 144 302 21 60 0 30 427 54 72
Binary 10100001 1100100 11000010 10001 110000 0 11000 100010111 101100 111010

Color Harmonies of #A164C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164C2

Black with #A164C2

Text Example


Text Example

White with #A164C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164C2; }

 p { color: rgb(161,100,194); }

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

background-color css

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

 a { background-color: rgb(161,100,194); }

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

border-color css

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

 span { border-color: rgb(161,100,194); }

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