Html Css Color HEX #A15DDA Amethyst

📋 copy color: '#A15DDA'

red 161 ◦ green 93 ◦ blue 218

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

Shades of Amethyst #A15DDA

Tints of Amethyst #A15DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 34.11%
G = 19.7%
B = 46.19%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A15DDA (or 0xA15DDA) is known color: Amethyst. HEX triplet: A1, 5D and DA. RGB value is (161,93,218). Sum of RGB (Red+Green+Blue) = 161+93+218=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #A15DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DDA is #5EA225. Grayscale: #7F7F7F. Windows color (decimal): -6201894 or 14310817. OLE color: 14310817.

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

Color convert

RGB 161 93 218 -
CMYK 0.26 0.57 0 0.15
HSL 272.64º 0.63% 0.61% -
HSV(B) 272.64º 0.57% 0.85% -
XYZ 31.27 20.47 68.63 -
YUV 127.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 161 93 218 0.26 0.57 0 0.15 272.64 0.63 0.61
Hex A1 5D DA 1A 39 0 F 111 3F 3D
Octal 241 135 332 32 71 0 17 421 77 75
Binary 10100001 1011101 11011010 11010 111001 0 1111 100010001 111111 111101

Color Harmonies of #A15DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DDA

Black with #A15DDA

Text Example


Text Example

White with #A15DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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