Html Css Color HEX #A15DCB Amethyst

📋 copy color: '#A15DCB'

red 161 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #A15DCB

Tints of Amethyst #A15DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 35.23%
G = 20.35%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A15DCB (or 0xA15DCB) is known color: Amethyst. HEX triplet: A1, 5D and CB. RGB value is (161,93,203). Sum of RGB (Red+Green+Blue) = 161+93+203=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #A15DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DCB is #5EA234. Grayscale: #7D7D7D. Windows color (decimal): -6201909 or 13327777. OLE color: 13327777.

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

Color convert

RGB 161 93 203 -
CMYK 0.21 0.54 0 0.20
HSL 277.09º 0.51% 0.58% -
HSV(B) 277.09º 0.54% 0.8% -
XYZ 29.39 19.72 58.76 -
YUV 125.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 161 93 203 0.21 0.54 0 0.20 277.09 0.51 0.58
Hex A1 5D CB 15 36 0 14 115 33 3A
Octal 241 135 313 25 66 0 24 425 63 72
Binary 10100001 1011101 11001011 10101 110110 0 10100 100010101 110011 111010

Color Harmonies of #A15DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DCB

Black with #A15DCB

Text Example


Text Example

White with #A15DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DCB; }

 p { color: rgb(161,93,203); }

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

background-color css

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

 a { background-color: rgb(161,93,203); }

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

border-color css

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

 span { border-color: rgb(161,93,203); }

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