Html Css Color HEX #A15EDF Amethyst

📋 copy color: '#A15EDF'

red 161 ◦ green 94 ◦ blue 223

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

Shades of Amethyst #A15EDF

Tints of Amethyst #A15EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.67%

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 33.68%
G = 19.67%
B = 46.65%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A15EDF (or 0xA15EDF) is known color: Amethyst. HEX triplet: A1, 5E and DF. RGB value is (161,94,223). Sum of RGB (Red+Green+Blue) = 161+94+223=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #A15EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EDF is #5EA120. Grayscale: #808080. Windows color (decimal): -6201633 or 14638753. OLE color: 14638753.

HSL color Cylindrical-coordinate representation of color #A15EDF: hue angle of 271.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15EDF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 94 223 -
CMYK 0.28 0.58 0 0.13
HSL 271.16º 0.67% 0.62% -
HSV(B) 271.16º 0.58% 0.87% -
XYZ 32.02 20.91 72.16 -
YUV 128.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 161 94 223 0.28 0.58 0 0.13 271.16 0.67 0.62
Hex A1 5E DF 1C 3A 0 D 10F 43 3E
Octal 241 136 337 34 72 0 15 417 103 76
Binary 10100001 1011110 11011111 11100 111010 0 1101 100001111 1000011 111110

Color Harmonies of #A15EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EDF

Black with #A15EDF

Text Example


Text Example

White with #A15EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EDF; }

 p { color: rgb(161,94,223); }

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

background-color css

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

 a { background-color: rgb(161,94,223); }

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

border-color css

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

 span { border-color: rgb(161,94,223); }

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