Html Css Color HEX #A15DDC Amethyst

📋 copy color: '#A15DDC'

red 161 ◦ green 93 ◦ blue 220

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

Shades of Amethyst #A15DDC

Tints of Amethyst #A15DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 33.97%
G = 19.62%
B = 46.41%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A15DDC (or 0xA15DDC) is known color: Amethyst. HEX triplet: A1, 5D and DC. RGB value is (161,93,220). Sum of RGB (Red+Green+Blue) = 161+93+220=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #A15DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DDC is #5EA223. Grayscale: #7F7F7F. Windows color (decimal): -6201892 or 14441889. OLE color: 14441889.

HSL color Cylindrical-coordinate representation of color #A15DDC: hue angle of 272.13º 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 #A15DDC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 93 220 -
CMYK 0.27 0.58 0 0.14
HSL 272.13º 0.64% 0.61% -
HSV(B) 272.13º 0.58% 0.86% -
XYZ 31.53 20.57 70.02 -
YUV 127.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 161 93 220 0.27 0.58 0 0.14 272.13 0.64 0.61
Hex A1 5D DC 1B 3A 0 E 110 40 3D
Octal 241 135 334 33 72 0 16 420 100 75
Binary 10100001 1011101 11011100 11011 111010 0 1110 100010000 1000000 111101

Color Harmonies of #A15DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DDC

Black with #A15DDC

Text Example


Text Example

White with #A15DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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