Html Css Color HEX #A15ECB Amethyst

📋 copy color: '#A15ECB'

red 161 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #A15ECB

Tints of Amethyst #A15ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.52%

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

R = 35.15%
G = 20.52%
B = 44.32%

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

#A15ECB (or 0xA15ECB) is known color: Amethyst. HEX triplet: A1, 5E and CB. RGB value is (161,94,203). Sum of RGB (Red+Green+Blue) = 161+94+203=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #A15ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ECB is #5EA134. Grayscale: #7E7E7E. Windows color (decimal): -6201653 or 13328033. OLE color: 13328033.

HSL color Cylindrical-coordinate representation of color #A15ECB: hue angle of 276.88º 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 #A15ECB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 94 203 -
CMYK 0.21 0.54 0 0.20
HSL 276.88º 0.51% 0.58% -
HSV(B) 276.88º 0.54% 0.8% -
XYZ 29.48 19.89 58.79 -
YUV 126.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 161 94 203 0.21 0.54 0 0.20 276.88 0.51 0.58
Hex A1 5E CB 15 36 0 14 115 33 3A
Octal 241 136 313 25 66 0 24 425 63 72
Binary 10100001 1011110 11001011 10101 110110 0 10100 100010101 110011 111010

Color Harmonies of #A15ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15ECB

Black with #A15ECB

Text Example


Text Example

White with #A15ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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