Html Css Color HEX #A164DB Amethyst

📋 copy color: '#A164DB'

red 161 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #A164DB

Tints of Amethyst #A164DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 33.54%
G = 20.83%
B = 45.63%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A164DB (or 0xA164DB) is known color: Amethyst. HEX triplet: A1, 64 and DB. RGB value is (161,100,219). Sum of RGB (Red+Green+Blue) = 161+100+219=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #A164DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164DB is #5E9B24. Grayscale: #838383. Windows color (decimal): -6200101 or 14378145. OLE color: 14378145.

HSL color Cylindrical-coordinate representation of color #A164DB: hue angle of 270.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A164DB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 100 219 -
CMYK 0.26 0.54 0 0.14
HSL 270.76º 0.62% 0.63% -
HSV(B) 270.76º 0.54% 0.86% -
XYZ 32.04 21.81 69.54 -
YUV 131.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 161 100 219 0.26 0.54 0 0.14 270.76 0.62 0.63
Hex A1 64 DB 1A 36 0 E 10F 3E 3F
Octal 241 144 333 32 66 0 16 417 76 77
Binary 10100001 1100100 11011011 11010 110110 0 1110 100001111 111110 111111

Color Harmonies of #A164DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164DB

Black with #A164DB

Text Example


Text Example

White with #A164DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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