Html Css Color HEX #A15DDB Amethyst

📋 copy color: '#A15DDB'

red 161 ◦ green 93 ◦ blue 219

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

Shades of Amethyst #A15DDB

Tints of Amethyst #A15DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

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

R = 34.04%
G = 19.66%
B = 46.3%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A15DDB (or 0xA15DDB) is known color: Amethyst. HEX triplet: A1, 5D and DB. RGB value is (161,93,219). Sum of RGB (Red+Green+Blue) = 161+93+219=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #A15DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DDB is #5EA224. Grayscale: #7F7F7F. Windows color (decimal): -6201893 or 14376353. OLE color: 14376353.

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

Color convert

RGB 161 93 219 -
CMYK 0.26 0.58 0 0.14
HSL 272.38º 0.64% 0.61% -
HSV(B) 272.38º 0.58% 0.86% -
XYZ 31.4 20.52 69.32 -
YUV 127.7 179.53 151.75 -
System Red Green Blue C M Y K H S L
Decimal 161 93 219 0.26 0.58 0 0.14 272.38 0.64 0.61
Hex A1 5D DB 1A 3A 0 E 110 40 3D
Octal 241 135 333 32 72 0 16 420 100 75
Binary 10100001 1011101 11011011 11010 111010 0 1110 100010000 1000000 111101

Color Harmonies of #A15DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DDB

Black with #A15DDB

Text Example


Text Example

White with #A15DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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