Html Css Color HEX #A15BCD Amethyst

📋 copy color: '#A15BCD'

red 161 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #A15BCD

Tints of Amethyst #A15BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 35.23%
G = 19.91%
B = 44.86%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A15BCD (or 0xA15BCD) is known color: Amethyst. HEX triplet: A1, 5B and CD. RGB value is (161,91,205). Sum of RGB (Red+Green+Blue) = 161+91+205=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A15BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BCD is #5EA432. Grayscale: #7C7C7C. Windows color (decimal): -6202419 or 13458337. OLE color: 13458337.

HSL color Cylindrical-coordinate representation of color #A15BCD: hue angle of 276.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15BCD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 91 205 -
CMYK 0.21 0.56 0 0.20
HSL 276.84º 0.53% 0.58% -
HSV(B) 276.84º 0.56% 0.8% -
XYZ 29.46 19.47 59.96 -
YUV 124.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 161 91 205 0.21 0.56 0 0.20 276.84 0.53 0.58
Hex A1 5B CD 15 38 0 14 115 35 3A
Octal 241 133 315 25 70 0 24 425 65 72
Binary 10100001 1011011 11001101 10101 111000 0 10100 100010101 110101 111010

Color Harmonies of #A15BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BCD

Black with #A15BCD

Text Example


Text Example

White with #A15BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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