Html Css Color HEX #A162CA Amethyst

📋 copy color: '#A162CA'

red 161 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #A162CA

Tints of Amethyst #A162CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 34.92%
G = 21.26%
B = 43.82%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A162CA (or 0xA162CA) is known color: Amethyst. HEX triplet: A1, 62 and CA. RGB value is (161,98,202). Sum of RGB (Red+Green+Blue) = 161+98+202=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A162CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162CA is #5E9D35. Grayscale: #808080. Windows color (decimal): -6200630 or 13263521. OLE color: 13263521.

HSL color Cylindrical-coordinate representation of color #A162CA: hue angle of 276.35º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A162CA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 98 202 -
CMYK 0.20 0.51 0 0.21
HSL 276.35º 0.5% 0.59% -
HSV(B) 276.35º 0.51% 0.79% -
XYZ 29.73 20.58 58.28 -
YUV 128.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 161 98 202 0.20 0.51 0 0.21 276.35 0.5 0.59
Hex A1 62 CA 14 33 0 15 114 32 3B
Octal 241 142 312 24 63 0 25 424 62 73
Binary 10100001 1100010 11001010 10100 110011 0 10101 100010100 110010 111011

Color Harmonies of #A162CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162CA

Black with #A162CA

Text Example


Text Example

White with #A162CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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