Html Css Color HEX #A164D7 Amethyst

📋 copy color: '#A164D7'

red 161 ◦ green 100 ◦ blue 215

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

Shades of Amethyst #A164D7

Tints of Amethyst #A164D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 33.82%
G = 21.01%
B = 45.17%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A164D7 (or 0xA164D7) is known color: Amethyst. HEX triplet: A1, 64 and D7. RGB value is (161,100,215). Sum of RGB (Red+Green+Blue) = 161+100+215=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #A164D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164D7 is #5E9B28. Grayscale: #828282. Windows color (decimal): -6200105 or 14116001. OLE color: 14116001.

HSL color Cylindrical-coordinate representation of color #A164D7: hue angle of 271.83º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A164D7 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 100 215 -
CMYK 0.25 0.53 0 0.16
HSL 271.83º 0.59% 0.62% -
HSV(B) 271.83º 0.53% 0.84% -
XYZ 31.52 21.6 66.8 -
YUV 131.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 161 100 215 0.25 0.53 0 0.16 271.83 0.59 0.62
Hex A1 64 D7 19 35 0 10 110 3B 3E
Octal 241 144 327 31 65 0 20 420 73 76
Binary 10100001 1100100 11010111 11001 110101 0 10000 100010000 111011 111110

Color Harmonies of #A164D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164D7

Black with #A164D7

Text Example


Text Example

White with #A164D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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