Html Css Color HEX #A160E0 Amethyst

📋 copy color: '#A160E0'

red 161 ◦ green 96 ◦ blue 224

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

Shades of Amethyst #A160E0

Tints of Amethyst #A160E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 33.47%
G = 19.96%
B = 46.57%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A160E0 (or 0xA160E0) is known color: Amethyst. HEX triplet: A1, 60 and E0. RGB value is (161,96,224). Sum of RGB (Red+Green+Blue) = 161+96+224=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #A160E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160E0 is #5E9F1F. Grayscale: #818181. Windows color (decimal): -6201120 or 14704801. OLE color: 14704801.

HSL color Cylindrical-coordinate representation of color #A160E0: hue angle of 270.47º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A160E0 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 96 224 -
CMYK 0.28 0.57 0 0.12
HSL 270.47º 0.67% 0.63% -
HSV(B) 270.47º 0.57% 0.88% -
XYZ 32.34 21.32 72.93 -
YUV 130.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 161 96 224 0.28 0.57 0 0.12 270.47 0.67 0.63
Hex A1 60 E0 1C 39 0 C 10E 43 3F
Octal 241 140 340 34 71 0 14 416 103 77
Binary 10100001 1100000 11100000 11100 111001 0 1100 100001110 1000011 111111

Color Harmonies of #A160E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160E0

Black with #A160E0

Text Example


Text Example

White with #A160E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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