Html Css Color HEX #A15FE0 Amethyst

📋 copy color: '#A15FE0'

red 161 ◦ green 95 ◦ blue 224

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

Shades of Amethyst #A15FE0

Tints of Amethyst #A15FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.79%

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 33.54%
G = 19.79%
B = 46.67%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A15FE0 (or 0xA15FE0) is known color: Amethyst. HEX triplet: A1, 5F and E0. RGB value is (161,95,224). Sum of RGB (Red+Green+Blue) = 161+95+224=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #A15FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FE0 is #5EA01F. Grayscale: #808080. Windows color (decimal): -6201376 or 14704545. OLE color: 14704545.

HSL color Cylindrical-coordinate representation of color #A15FE0: hue angle of 270.7º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15FE0 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 95 224 -
CMYK 0.28 0.58 0 0.12
HSL 270.7º 0.68% 0.63% -
HSV(B) 270.7º 0.58% 0.88% -
XYZ 32.24 21.14 72.9 -
YUV 129.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 161 95 224 0.28 0.58 0 0.12 270.7 0.68 0.63
Hex A1 5F E0 1C 3A 0 C 10F 44 3F
Octal 241 137 340 34 72 0 14 417 104 77
Binary 10100001 1011111 11100000 11100 111010 0 1100 100001111 1000100 111111

Color Harmonies of #A15FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FE0

Black with #A15FE0

Text Example


Text Example

White with #A15FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FE0; }

 p { color: rgb(161,95,224); }

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

background-color css

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

 a { background-color: rgb(161,95,224); }

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

border-color css

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

 span { border-color: rgb(161,95,224); }

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