Html Css Color HEX #A15DD5 Amethyst

📋 copy color: '#A15DD5'

red 161 ◦ green 93 ◦ blue 213

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

Shades of Amethyst #A15DD5

Tints of Amethyst #A15DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 34.48%
G = 19.91%
B = 45.61%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A15DD5 (or 0xA15DD5) is known color: Amethyst. HEX triplet: A1, 5D and D5. RGB value is (161,93,213). Sum of RGB (Red+Green+Blue) = 161+93+213=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #A15DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DD5 is #5EA22A. Grayscale: #7E7E7E. Windows color (decimal): -6201899 or 13983137. OLE color: 13983137.

HSL color Cylindrical-coordinate representation of color #A15DD5: hue angle of 274º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15DD5 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 93 213 -
CMYK 0.24 0.56 0 0.16
HSL 274º 0.59% 0.6% -
HSV(B) 274º 0.56% 0.84% -
XYZ 30.62 20.21 65.24 -
YUV 127.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 161 93 213 0.24 0.56 0 0.16 274 0.59 0.6
Hex A1 5D D5 18 38 0 10 112 3B 3C
Octal 241 135 325 30 70 0 20 422 73 74
Binary 10100001 1011101 11010101 11000 111000 0 10000 100010010 111011 111100

Color Harmonies of #A15DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DD5

Black with #A15DD5

Text Example


Text Example

White with #A15DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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