Html Css Color HEX #A15FDF Amethyst

📋 copy color: '#A15FDF'

red 161 ◦ green 95 ◦ blue 223

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

Shades of Amethyst #A15FDF

Tints of Amethyst #A15FDF

RGB

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

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

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

R = 33.61%
G = 19.83%
B = 46.56%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A15FDF (or 0xA15FDF) is known color: Amethyst. HEX triplet: A1, 5F and DF. RGB value is (161,95,223). Sum of RGB (Red+Green+Blue) = 161+95+223=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #A15FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FDF is #5EA020. Grayscale: #808080. Windows color (decimal): -6201377 or 14639009. OLE color: 14639009.

HSL color Cylindrical-coordinate representation of color #A15FDF: hue angle of 270.94º degrees, saturation: 0.67, 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 #A15FDF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 95 223 -
CMYK 0.28 0.57 0 0.13
HSL 270.94º 0.67% 0.62% -
HSV(B) 270.94º 0.57% 0.87% -
XYZ 32.11 21.09 72.19 -
YUV 129.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 161 95 223 0.28 0.57 0 0.13 270.94 0.67 0.62
Hex A1 5F DF 1C 39 0 D 10F 43 3E
Octal 241 137 337 34 71 0 15 417 103 76
Binary 10100001 1011111 11011111 11100 111001 0 1101 100001111 1000011 111110

Color Harmonies of #A15FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FDF

Black with #A15FDF

Text Example


Text Example

White with #A15FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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