Html Css Color HEX #A15FD7 Amethyst

📋 copy color: '#A15FD7'

red 161 ◦ green 95 ◦ blue 215

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

Shades of Amethyst #A15FD7

Tints of Amethyst #A15FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 34.18%
G = 20.17%
B = 45.65%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A15FD7 (or 0xA15FD7) is known color: Amethyst. HEX triplet: A1, 5F and D7. RGB value is (161,95,215). Sum of RGB (Red+Green+Blue) = 161+95+215=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #A15FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FD7 is #5EA028. Grayscale: #808080. Windows color (decimal): -6201385 or 14114721. OLE color: 14114721.

HSL color Cylindrical-coordinate representation of color #A15FD7: hue angle of 273º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15FD7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 95 215 -
CMYK 0.25 0.56 0 0.16
HSL 273º 0.6% 0.61% -
HSV(B) 273º 0.56% 0.84% -
XYZ 31.06 20.67 66.64 -
YUV 128.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 161 95 215 0.25 0.56 0 0.16 273 0.6 0.61
Hex A1 5F D7 19 38 0 10 111 3C 3D
Octal 241 137 327 31 70 0 20 421 74 75
Binary 10100001 1011111 11010111 11001 111000 0 10000 100010001 111100 111101

Color Harmonies of #A15FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FD7

Black with #A15FD7

Text Example


Text Example

White with #A15FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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