Html Css Color HEX #A160D8 Amethyst

📋 copy color: '#A160D8'

red 161 ◦ green 96 ◦ blue 216

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

Shades of Amethyst #A160D8

Tints of Amethyst #A160D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 34.04%
G = 20.3%
B = 45.67%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A160D8 (or 0xA160D8) is known color: Amethyst. HEX triplet: A1, 60 and D8. RGB value is (161,96,216). Sum of RGB (Red+Green+Blue) = 161+96+216=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #A160D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160D8 is #5E9F27. Grayscale: #808080. Windows color (decimal): -6201128 or 14180513. OLE color: 14180513.

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

Color convert

RGB 161 96 216 -
CMYK 0.25 0.56 0 0.15
HSL 272.5º 0.61% 0.61% -
HSV(B) 272.5º 0.56% 0.85% -
XYZ 31.28 20.9 67.35 -
YUV 129.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 161 96 216 0.25 0.56 0 0.15 272.5 0.61 0.61
Hex A1 60 D8 19 38 0 F 110 3D 3D
Octal 241 140 330 31 70 0 17 420 75 75
Binary 10100001 1100000 11011000 11001 111000 0 1111 100010000 111101 111101

Color Harmonies of #A160D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160D8

Black with #A160D8

Text Example


Text Example

White with #A160D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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