Html Css Color HEX #A160E5 Amethyst

📋 copy color: '#A160E5'

red 161 ◦ green 96 ◦ blue 229

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

Shades of Amethyst #A160E5

Tints of Amethyst #A160E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 33.13%
G = 19.75%
B = 47.12%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A160E5 (or 0xA160E5) is known color: Amethyst. HEX triplet: A1, 60 and E5. RGB value is (161,96,229). Sum of RGB (Red+Green+Blue) = 161+96+229=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #A160E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160E5 is #5E9F1A. Grayscale: #828282. Windows color (decimal): -6201115 or 15032481. OLE color: 15032481.

HSL color Cylindrical-coordinate representation of color #A160E5: hue angle of 269.32º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A160E5 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 96 229 -
CMYK 0.30 0.58 0 0.10
HSL 269.32º 0.72% 0.64% -
HSV(B) 269.32º 0.58% 0.9% -
XYZ 33.02 21.6 76.56 -
YUV 130.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 161 96 229 0.30 0.58 0 0.10 269.32 0.72 0.64
Hex A1 60 E5 1E 3A 0 A 10D 48 40
Octal 241 140 345 36 72 0 12 415 110 100
Binary 10100001 1100000 11100101 11110 111010 0 1010 100001101 1001000 1000000

Color Harmonies of #A160E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160E5

Black with #A160E5

Text Example


Text Example

White with #A160E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160E5; }

 p { color: rgb(161,96,229); }

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

background-color css

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

 a { background-color: rgb(161,96,229); }

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

border-color css

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

 span { border-color: rgb(161,96,229); }

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