Html Css Color HEX #A15EDD Amethyst

📋 copy color: '#A15EDD'

red 161 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #A15EDD

Tints of Amethyst #A15EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 33.82%
G = 19.75%
B = 46.43%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A15EDD (or 0xA15EDD) is known color: Amethyst. HEX triplet: A1, 5E and DD. RGB value is (161,94,221). Sum of RGB (Red+Green+Blue) = 161+94+221=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A15EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EDD is #5EA122. Grayscale: #808080. Windows color (decimal): -6201635 or 14507681. OLE color: 14507681.

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

Color convert

RGB 161 94 221 -
CMYK 0.27 0.57 0 0.13
HSL 271.65º 0.65% 0.62% -
HSV(B) 271.65º 0.57% 0.87% -
XYZ 31.75 20.8 70.75 -
YUV 128.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 161 94 221 0.27 0.57 0 0.13 271.65 0.65 0.62
Hex A1 5E DD 1B 39 0 D 110 41 3E
Octal 241 136 335 33 71 0 15 420 101 76
Binary 10100001 1011110 11011101 11011 111001 0 1101 100010000 1000001 111110

Color Harmonies of #A15EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EDD

Black with #A15EDD

Text Example


Text Example

White with #A15EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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