Html Css Color HEX #A15DCC Amethyst

📋 copy color: '#A15DCC'

red 161 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #A15DCC

Tints of Amethyst #A15DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 35.15%
G = 20.31%
B = 44.54%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A15DCC (or 0xA15DCC) is known color: Amethyst. HEX triplet: A1, 5D and CC. RGB value is (161,93,204). Sum of RGB (Red+Green+Blue) = 161+93+204=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A15DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DCC is #5EA233. Grayscale: #7D7D7D. Windows color (decimal): -6201908 or 13393313. OLE color: 13393313.

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

Color convert

RGB 161 93 204 -
CMYK 0.21 0.54 0 0.2
HSL 276.76º 0.52% 0.58% -
HSV(B) 276.76º 0.54% 0.8% -
XYZ 29.51 19.77 59.39 -
YUV 125.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 161 93 204 0.21 0.54 0 0.2 276.76 0.52 0.58
Hex A1 5D CC 15 36 0 14 115 34 3A
Octal 241 135 314 25 66 0 24 425 64 72
Binary 10100001 1011101 11001100 10101 110110 0 10100 100010101 110100 111010

Color Harmonies of #A15DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DCC

Black with #A15DCC

Text Example


Text Example

White with #A15DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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