Html Css Color HEX #A15FDB Amethyst

📋 copy color: '#A15FDB'

red 161 ◦ green 95 ◦ blue 219

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

Shades of Amethyst #A15FDB

Tints of Amethyst #A15FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

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

R = 33.89%
G = 20%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A15FDB (or 0xA15FDB) is known color: Amethyst. HEX triplet: A1, 5F and DB. RGB value is (161,95,219). Sum of RGB (Red+Green+Blue) = 161+95+219=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A15FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FDB is #5EA024. Grayscale: #808080. Windows color (decimal): -6201381 or 14376865. OLE color: 14376865.

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

Color convert

RGB 161 95 219 -
CMYK 0.26 0.57 0 0.14
HSL 271.94º 0.63% 0.62% -
HSV(B) 271.94º 0.57% 0.86% -
XYZ 31.58 20.88 69.38 -
YUV 128.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 161 95 219 0.26 0.57 0 0.14 271.94 0.63 0.62
Hex A1 5F DB 1A 39 0 E 110 3F 3E
Octal 241 137 333 32 71 0 16 420 77 76
Binary 10100001 1011111 11011011 11010 111001 0 1110 100010000 111111 111110

Color Harmonies of #A15FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FDB

Black with #A15FDB

Text Example


Text Example

White with #A15FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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