Html Css Color HEX #A162DB Amethyst

📋 copy color: '#A162DB'

red 161 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #A162DB

Tints of Amethyst #A162DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

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

R = 33.68%
G = 20.5%
B = 45.82%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A162DB (or 0xA162DB) is known color: Amethyst. HEX triplet: A1, 62 and DB. RGB value is (161,98,219). Sum of RGB (Red+Green+Blue) = 161+98+219=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #A162DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162DB is #5E9D24. Grayscale: #828282. Windows color (decimal): -6200613 or 14377633. OLE color: 14377633.

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

Color convert

RGB 161 98 219 -
CMYK 0.26 0.55 0 0.14
HSL 271.24º 0.63% 0.62% -
HSV(B) 271.24º 0.55% 0.86% -
XYZ 31.85 21.43 69.47 -
YUV 130.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 161 98 219 0.26 0.55 0 0.14 271.24 0.63 0.62
Hex A1 62 DB 1A 37 0 E 10F 3F 3E
Octal 241 142 333 32 67 0 16 417 77 76
Binary 10100001 1100010 11011011 11010 110111 0 1110 100001111 111111 111110

Color Harmonies of #A162DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162DB

Black with #A162DB

Text Example


Text Example

White with #A162DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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