Html Css Color HEX #A161CA Amethyst

📋 copy color: '#A161CA'

red 161 ◦ green 97 ◦ blue 202

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

Shades of Amethyst #A161CA

Tints of Amethyst #A161CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 35%
G = 21.09%
B = 43.91%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A161CA (or 0xA161CA) is known color: Amethyst. HEX triplet: A1, 61 and CA. RGB value is (161,97,202). Sum of RGB (Red+Green+Blue) = 161+97+202=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #A161CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161CA is #5E9E35. Grayscale: #7F7F7F. Windows color (decimal): -6200886 or 13263265. OLE color: 13263265.

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

Color convert

RGB 161 97 202 -
CMYK 0.20 0.52 0 0.21
HSL 276.57º 0.5% 0.59% -
HSV(B) 276.57º 0.52% 0.79% -
XYZ 29.63 20.39 58.25 -
YUV 128.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 161 97 202 0.20 0.52 0 0.21 276.57 0.5 0.59
Hex A1 61 CA 14 34 0 15 115 32 3B
Octal 241 141 312 24 64 0 25 425 62 73
Binary 10100001 1100001 11001010 10100 110100 0 10101 100010101 110010 111011

Color Harmonies of #A161CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161CA

Black with #A161CA

Text Example


Text Example

White with #A161CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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