Html Css Color HEX #A15CD5 Amethyst

📋 copy color: '#A15CD5'

red 161 ◦ green 92 ◦ blue 213

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

Shades of Amethyst #A15CD5

Tints of Amethyst #A15CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 34.55%
G = 19.74%
B = 45.71%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A15CD5 (or 0xA15CD5) is known color: Amethyst. HEX triplet: A1, 5C and D5. RGB value is (161,92,213). Sum of RGB (Red+Green+Blue) = 161+92+213=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #A15CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CD5 is #5EA32A. Grayscale: #7E7E7E. Windows color (decimal): -6202155 or 13982881. OLE color: 13982881.

HSL color Cylindrical-coordinate representation of color #A15CD5: hue angle of 274.21º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15CD5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 92 213 -
CMYK 0.24 0.57 0 0.16
HSL 274.21º 0.59% 0.6% -
HSV(B) 274.21º 0.57% 0.84% -
XYZ 30.54 20.04 65.21 -
YUV 126.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 161 92 213 0.24 0.57 0 0.16 274.21 0.59 0.6
Hex A1 5C D5 18 39 0 10 112 3B 3C
Octal 241 134 325 30 71 0 20 422 73 74
Binary 10100001 1011100 11010101 11000 111001 0 10000 100010010 111011 111100

Color Harmonies of #A15CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CD5

Black with #A15CD5

Text Example


Text Example

White with #A15CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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