Html Css Color HEX #A15FDC Amethyst

📋 copy color: '#A15FDC'

red 161 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #A15FDC

Tints of Amethyst #A15FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 33.82%
G = 19.96%
B = 46.22%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A15FDC (or 0xA15FDC) is known color: Amethyst. HEX triplet: A1, 5F and DC. RGB value is (161,95,220). Sum of RGB (Red+Green+Blue) = 161+95+220=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #A15FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FDC is #5EA023. Grayscale: #808080. Windows color (decimal): -6201380 or 14442401. OLE color: 14442401.

HSL color Cylindrical-coordinate representation of color #A15FDC: hue angle of 271.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15FDC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 95 220 -
CMYK 0.27 0.57 0 0.14
HSL 271.68º 0.64% 0.62% -
HSV(B) 271.68º 0.57% 0.86% -
XYZ 31.71 20.93 70.08 -
YUV 128.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 161 95 220 0.27 0.57 0 0.14 271.68 0.64 0.62
Hex A1 5F DC 1B 39 0 E 110 40 3E
Octal 241 137 334 33 71 0 16 420 100 76
Binary 10100001 1011111 11011100 11011 111001 0 1110 100010000 1000000 111110

Color Harmonies of #A15FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FDC

Black with #A15FDC

Text Example


Text Example

White with #A15FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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