Html Css Color HEX #A15FDE Amethyst

📋 copy color: '#A15FDE'

red 161 ◦ green 95 ◦ blue 222

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

Shades of Amethyst #A15FDE

Tints of Amethyst #A15FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 33.68%
G = 19.87%
B = 46.44%

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

#A15FDE (or 0xA15FDE) is known color: Amethyst. HEX triplet: A1, 5F and DE. RGB value is (161,95,222). Sum of RGB (Red+Green+Blue) = 161+95+222=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #A15FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FDE is #5EA021. Grayscale: #808080. Windows color (decimal): -6201378 or 14573473. OLE color: 14573473.

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

Color convert

RGB 161 95 222 -
CMYK 0.27 0.57 0 0.13
HSL 271.18º 0.66% 0.62% -
HSV(B) 271.18º 0.57% 0.87% -
XYZ 31.97 21.04 71.48 -
YUV 129.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 161 95 222 0.27 0.57 0 0.13 271.18 0.66 0.62
Hex A1 5F DE 1B 39 0 D 10F 42 3E
Octal 241 137 336 33 71 0 15 417 102 76
Binary 10100001 1011111 11011110 11011 111001 0 1101 100001111 1000010 111110

Color Harmonies of #A15FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FDE

Black with #A15FDE

Text Example


Text Example

White with #A15FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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