Html Css Color HEX #A162DF Amethyst

📋 copy color: '#A162DF'

red 161 ◦ green 98 ◦ blue 223

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

Shades of Amethyst #A162DF

Tints of Amethyst #A162DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 33.4%
G = 20.33%
B = 46.27%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A162DF (or 0xA162DF) is known color: Amethyst. HEX triplet: A1, 62 and DF. RGB value is (161,98,223). Sum of RGB (Red+Green+Blue) = 161+98+223=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A162DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162DF is #5E9D20. Grayscale: #828282. Windows color (decimal): -6200609 or 14639777. OLE color: 14639777.

HSL color Cylindrical-coordinate representation of color #A162DF: hue angle of 270.24º degrees, saturation: 0.66, 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 #A162DF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 98 223 -
CMYK 0.28 0.56 0 0.13
HSL 270.24º 0.66% 0.63% -
HSV(B) 270.24º 0.56% 0.87% -
XYZ 32.38 21.64 72.28 -
YUV 131.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 161 98 223 0.28 0.56 0 0.13 270.24 0.66 0.63
Hex A1 62 DF 1C 38 0 D 10E 42 3F
Octal 241 142 337 34 70 0 15 416 102 77
Binary 10100001 1100010 11011111 11100 111000 0 1101 100001110 1000010 111111

Color Harmonies of #A162DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162DF

Black with #A162DF

Text Example


Text Example

White with #A162DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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