Html Css Color HEX #A15BDF Amethyst

📋 copy color: '#A15BDF'

red 161 ◦ green 91 ◦ blue 223

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

Shades of Amethyst #A15BDF

Tints of Amethyst #A15BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

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

R = 33.89%
G = 19.16%
B = 46.95%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A15BDF (or 0xA15BDF) is known color: Amethyst. HEX triplet: A1, 5B and DF. RGB value is (161,91,223). Sum of RGB (Red+Green+Blue) = 161+91+223=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A15BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BDF is #5EA420. Grayscale: #7E7E7E. Windows color (decimal): -6202401 or 14637985. OLE color: 14637985.

HSL color Cylindrical-coordinate representation of color #A15BDF: hue angle of 271.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15BDF is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 91 223 -
CMYK 0.28 0.59 0 0.13
HSL 271.82º 0.67% 0.62% -
HSV(B) 271.82º 0.59% 0.87% -
XYZ 31.76 20.39 72.07 -
YUV 126.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 161 91 223 0.28 0.59 0 0.13 271.82 0.67 0.62
Hex A1 5B DF 1C 3B 0 D 110 43 3E
Octal 241 133 337 34 73 0 15 420 103 76
Binary 10100001 1011011 11011111 11100 111011 0 1101 100010000 1000011 111110

Color Harmonies of #A15BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BDF

Black with #A15BDF

Text Example


Text Example

White with #A15BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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