Html Css Color HEX #A15DC9 Amethyst

📋 copy color: '#A15DC9'

red 161 ◦ green 93 ◦ blue 201

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

Shades of Amethyst #A15DC9

Tints of Amethyst #A15DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 35.38%
G = 20.44%
B = 44.18%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A15DC9 (or 0xA15DC9) is known color: Amethyst. HEX triplet: A1, 5D and C9. RGB value is (161,93,201). Sum of RGB (Red+Green+Blue) = 161+93+201=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #A15DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DC9 is #5EA236. Grayscale: #7D7D7D. Windows color (decimal): -6201911 or 13196705. OLE color: 13196705.

HSL color Cylindrical-coordinate representation of color #A15DC9: hue angle of 277.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A15DC9 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 93 201 -
CMYK 0.20 0.54 0 0.21
HSL 277.78º 0.5% 0.58% -
HSV(B) 277.78º 0.54% 0.79% -
XYZ 29.15 19.62 57.51 -
YUV 125.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 161 93 201 0.20 0.54 0 0.21 277.78 0.5 0.58
Hex A1 5D C9 14 36 0 15 116 32 3A
Octal 241 135 311 24 66 0 25 426 62 72
Binary 10100001 1011101 11001001 10100 110110 0 10101 100010110 110010 111010

Color Harmonies of #A15DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DC9

Black with #A15DC9

Text Example


Text Example

White with #A15DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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