Html Css Color HEX #A160DB Amethyst

📋 copy color: '#A160DB'

red 161 ◦ green 96 ◦ blue 219

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

Shades of Amethyst #A160DB

Tints of Amethyst #A160DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

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

R = 33.82%
G = 20.17%
B = 46.01%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A160DB (or 0xA160DB) is known color: Amethyst. HEX triplet: A1, 60 and DB. RGB value is (161,96,219). Sum of RGB (Red+Green+Blue) = 161+96+219=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A160DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160DB is #5E9F24. Grayscale: #818181. Windows color (decimal): -6201125 or 14377121. OLE color: 14377121.

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

Color convert

RGB 161 96 219 -
CMYK 0.26 0.56 0 0.14
HSL 271.71º 0.63% 0.62% -
HSV(B) 271.71º 0.56% 0.86% -
XYZ 31.67 21.06 69.41 -
YUV 129.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 161 96 219 0.26 0.56 0 0.14 271.71 0.63 0.62
Hex A1 60 DB 1A 38 0 E 110 3F 3E
Octal 241 140 333 32 70 0 16 420 77 76
Binary 10100001 1100000 11011011 11010 111000 0 1110 100010000 111111 111110

Color Harmonies of #A160DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160DB

Black with #A160DB

Text Example


Text Example

White with #A160DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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