Html Css Color HEX #A15CD1 Amethyst

📋 copy color: '#A15CD1'

red 161 ◦ green 92 ◦ blue 209

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

Shades of Amethyst #A15CD1

Tints of Amethyst #A15CD1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.91%

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 34.85%
G = 19.91%
B = 45.24%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A15CD1 (or 0xA15CD1) is known color: Amethyst. HEX triplet: A1, 5C and D1. RGB value is (161,92,209). Sum of RGB (Red+Green+Blue) = 161+92+209=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #A15CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CD1 is #5EA32E. Grayscale: #7D7D7D. Windows color (decimal): -6202159 or 13720737. OLE color: 13720737.

HSL color Cylindrical-coordinate representation of color #A15CD1: hue angle of 275.38º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15CD1 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 92 209 -
CMYK 0.23 0.56 0 0.18
HSL 275.38º 0.56% 0.59% -
HSV(B) 275.38º 0.56% 0.82% -
XYZ 30.03 19.83 62.57 -
YUV 125.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 161 92 209 0.23 0.56 0 0.18 275.38 0.56 0.59
Hex A1 5C D1 17 38 0 12 113 38 3B
Octal 241 134 321 27 70 0 22 423 70 73
Binary 10100001 1011100 11010001 10111 111000 0 10010 100010011 111000 111011

Color Harmonies of #A15CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CD1

Black with #A15CD1

Text Example


Text Example

White with #A15CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CD1; }

 p { color: rgb(161,92,209); }

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

background-color css

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

 a { background-color: rgb(161,92,209); }

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

border-color css

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

 span { border-color: rgb(161,92,209); }

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