Html Css Color HEX #A162DA Amethyst

📋 copy color: '#A162DA'

red 161 ◦ green 98 ◦ blue 218

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

Shades of Amethyst #A162DA

Tints of Amethyst #A162DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 33.75%
G = 20.55%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A162DA (or 0xA162DA) is known color: Amethyst. HEX triplet: A1, 62 and DA. RGB value is (161,98,218). Sum of RGB (Red+Green+Blue) = 161+98+218=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #A162DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162DA is #5E9D25. Grayscale: #828282. Windows color (decimal): -6200614 or 14312097. OLE color: 14312097.

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

Color convert

RGB 161 98 218 -
CMYK 0.26 0.55 0 0.15
HSL 271.5º 0.62% 0.62% -
HSV(B) 271.5º 0.55% 0.85% -
XYZ 31.72 21.37 68.78 -
YUV 130.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 161 98 218 0.26 0.55 0 0.15 271.5 0.62 0.62
Hex A1 62 DA 1A 37 0 F 110 3E 3E
Octal 241 142 332 32 67 0 17 420 76 76
Binary 10100001 1100010 11011010 11010 110111 0 1111 100010000 111110 111110

Color Harmonies of #A162DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162DA

Black with #A162DA

Text Example


Text Example

White with #A162DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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