Html Css Color HEX #A162D5 Amethyst

📋 copy color: '#A162D5'

red 161 ◦ green 98 ◦ blue 213

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

Shades of Amethyst #A162D5

Tints of Amethyst #A162D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 34.11%
G = 20.76%
B = 45.13%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A162D5 (or 0xA162D5) is known color: Amethyst. HEX triplet: A1, 62 and D5. RGB value is (161,98,213). Sum of RGB (Red+Green+Blue) = 161+98+213=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #A162D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162D5 is #5E9D2A. Grayscale: #818181. Windows color (decimal): -6200619 or 13984417. OLE color: 13984417.

HSL color Cylindrical-coordinate representation of color #A162D5: hue angle of 272.87º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A162D5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 98 213 -
CMYK 0.24 0.54 0 0.16
HSL 272.87º 0.58% 0.61% -
HSV(B) 272.87º 0.54% 0.84% -
XYZ 31.08 21.12 65.39 -
YUV 129.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 161 98 213 0.24 0.54 0 0.16 272.87 0.58 0.61
Hex A1 62 D5 18 36 0 10 111 3A 3D
Octal 241 142 325 30 66 0 20 421 72 75
Binary 10100001 1100010 11010101 11000 110110 0 10000 100010001 111010 111101

Color Harmonies of #A162D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162D5

Black with #A162D5

Text Example


Text Example

White with #A162D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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