Html Css Color HEX #A162DD Amethyst

📋 copy color: '#A162DD'

red 161 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #A162DD

Tints of Amethyst #A162DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 33.54%
G = 20.42%
B = 46.04%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A162DD (or 0xA162DD) is known color: Amethyst. HEX triplet: A1, 62 and DD. RGB value is (161,98,221). Sum of RGB (Red+Green+Blue) = 161+98+221=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #A162DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162DD is #5E9D22. Grayscale: #828282. Windows color (decimal): -6200611 or 14508705. OLE color: 14508705.

HSL color Cylindrical-coordinate representation of color #A162DD: hue angle of 270.73º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A162DD is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 98 221 -
CMYK 0.27 0.56 0 0.13
HSL 270.73º 0.64% 0.63% -
HSV(B) 270.73º 0.56% 0.87% -
XYZ 32.12 21.53 70.87 -
YUV 130.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 161 98 221 0.27 0.56 0 0.13 270.73 0.64 0.63
Hex A1 62 DD 1B 38 0 D 10F 40 3F
Octal 241 142 335 33 70 0 15 417 100 77
Binary 10100001 1100010 11011101 11011 111000 0 1101 100001111 1000000 111111

Color Harmonies of #A162DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162DD

Black with #A162DD

Text Example


Text Example

White with #A162DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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