Html Css Color HEX #A15CDE Amethyst

📋 copy color: '#A15CDE'

red 161 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #A15CDE

Tints of Amethyst #A15CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.37%

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 33.89%
G = 19.37%
B = 46.74%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A15CDE (or 0xA15CDE) is known color: Amethyst. HEX triplet: A1, 5C and DE. RGB value is (161,92,222). Sum of RGB (Red+Green+Blue) = 161+92+222=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #A15CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CDE is #5EA321. Grayscale: #7E7E7E. Windows color (decimal): -6202146 or 14572705. OLE color: 14572705.

HSL color Cylindrical-coordinate representation of color #A15CDE: hue angle of 271.85º degrees, saturation: 0.66, 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 #A15CDE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 92 222 -
CMYK 0.27 0.59 0 0.13
HSL 271.85º 0.66% 0.62% -
HSV(B) 271.85º 0.59% 0.87% -
XYZ 31.71 20.51 71.39 -
YUV 127.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 161 92 222 0.27 0.59 0 0.13 271.85 0.66 0.62
Hex A1 5C DE 1B 3B 0 D 110 42 3E
Octal 241 134 336 33 73 0 15 420 102 76
Binary 10100001 1011100 11011110 11011 111011 0 1101 100010000 1000010 111110

Color Harmonies of #A15CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CDE

Black with #A15CDE

Text Example


Text Example

White with #A15CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CDE; }

 p { color: rgb(161,92,222); }

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

background-color css

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

 a { background-color: rgb(161,92,222); }

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

border-color css

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

 span { border-color: rgb(161,92,222); }

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