Html Css Color HEX #A151DB Amethyst

📋 copy color: '#A151DB'

red 161 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #A151DB

Tints of Amethyst #A151DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 34.92%
G = 17.57%
B = 47.51%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A151DB (or 0xA151DB) is known color: Amethyst. HEX triplet: A1, 51 and DB. RGB value is (161,81,219). Sum of RGB (Red+Green+Blue) = 161+81+219=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A151DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151DB is #5EAE24. Grayscale: #787878. Windows color (decimal): -6204965 or 14373281. OLE color: 14373281.

HSL color Cylindrical-coordinate representation of color #A151DB: hue angle of 274.78º degrees, saturation: 0.66, 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 #A151DB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 81 219 -
CMYK 0.26 0.63 0 0.14
HSL 274.78º 0.66% 0.59% -
HSV(B) 274.78º 0.63% 0.86% -
XYZ 30.43 18.58 69 -
YUV 120.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 161 81 219 0.26 0.63 0 0.14 274.78 0.66 0.59
Hex A1 51 DB 1A 3F 0 E 113 42 3B
Octal 241 121 333 32 77 0 16 423 102 73
Binary 10100001 1010001 11011011 11010 111111 0 1110 100010011 1000010 111011

Color Harmonies of #A151DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151DB

Black with #A151DB

Text Example


Text Example

White with #A151DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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