Html Css Color HEX #A15DCF Amethyst

📋 copy color: '#A15DCF'

red 161 ◦ green 93 ◦ blue 207

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

Shades of Amethyst #A15DCF

Tints of Amethyst #A15DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 34.92%
G = 20.17%
B = 44.9%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A15DCF (or 0xA15DCF) is known color: Amethyst. HEX triplet: A1, 5D and CF. RGB value is (161,93,207). Sum of RGB (Red+Green+Blue) = 161+93+207=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A15DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DCF is #5EA230. Grayscale: #7D7D7D. Windows color (decimal): -6201905 or 13589921. OLE color: 13589921.

HSL color Cylindrical-coordinate representation of color #A15DCF: hue angle of 275.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A15DCF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 93 207 -
CMYK 0.22 0.55 0 0.19
HSL 275.79º 0.54% 0.59% -
HSV(B) 275.79º 0.55% 0.81% -
XYZ 29.87 19.91 61.3 -
YUV 126.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 161 93 207 0.22 0.55 0 0.19 275.79 0.54 0.59
Hex A1 5D CF 16 37 0 13 114 36 3B
Octal 241 135 317 26 67 0 23 424 66 73
Binary 10100001 1011101 11001111 10110 110111 0 10011 100010100 110110 111011

Color Harmonies of #A15DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DCF

Black with #A15DCF

Text Example


Text Example

White with #A15DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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