Html Css Color HEX #A151DC Amethyst

📋 copy color: '#A151DC'

red 161 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #A151DC

Tints of Amethyst #A151DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.53%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 34.85%
G = 17.53%
B = 47.62%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A151DC (or 0xA151DC) is known color: Amethyst. HEX triplet: A1, 51 and DC. RGB value is (161,81,220). Sum of RGB (Red+Green+Blue) = 161+81+220=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #A151DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151DC is #5EAE23. Grayscale: #787878. Windows color (decimal): -6204964 or 14438817. OLE color: 14438817.

HSL color Cylindrical-coordinate representation of color #A151DC: hue angle of 274.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A151DC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 81 220 -
CMYK 0.27 0.63 0 0.14
HSL 274.53º 0.67% 0.59% -
HSV(B) 274.53º 0.63% 0.86% -
XYZ 30.56 18.63 69.7 -
YUV 120.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 161 81 220 0.27 0.63 0 0.14 274.53 0.67 0.59
Hex A1 51 DC 1B 3F 0 E 113 43 3B
Octal 241 121 334 33 77 0 16 423 103 73
Binary 10100001 1010001 11011100 11011 111111 0 1110 100010011 1000011 111011

Color Harmonies of #A151DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151DC

Black with #A151DC

Text Example


Text Example

White with #A151DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151DC; }

 p { color: rgb(161,81,220); }

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

background-color css

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

 a { background-color: rgb(161,81,220); }

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

border-color css

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

 span { border-color: rgb(161,81,220); }

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