Html Css Color HEX #A15FD0 Amethyst

📋 copy color: '#A15FD0'

red 161 ◦ green 95 ◦ blue 208

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

Shades of Amethyst #A15FD0

Tints of Amethyst #A15FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 34.7%
G = 20.47%
B = 44.83%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A15FD0 (or 0xA15FD0) is known color: Amethyst. HEX triplet: A1, 5F and D0. RGB value is (161,95,208). Sum of RGB (Red+Green+Blue) = 161+95+208=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #A15FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FD0 is #5EA02F. Grayscale: #7F7F7F. Windows color (decimal): -6201392 or 13655969. OLE color: 13655969.

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

Color convert

RGB 161 95 208 -
CMYK 0.23 0.54 0 0.18
HSL 275.04º 0.55% 0.59% -
HSV(B) 275.04º 0.54% 0.82% -
XYZ 30.18 20.32 62.01 -
YUV 127.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 161 95 208 0.23 0.54 0 0.18 275.04 0.55 0.59
Hex A1 5F D0 17 36 0 12 113 37 3B
Octal 241 137 320 27 66 0 22 423 67 73
Binary 10100001 1011111 11010000 10111 110110 0 10010 100010011 110111 111011

Color Harmonies of #A15FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FD0

Black with #A15FD0

Text Example


Text Example

White with #A15FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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