Html Css Color HEX #A15CD6 Amethyst

📋 copy color: '#A15CD6'

red 161 ◦ green 92 ◦ blue 214

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

Shades of Amethyst #A15CD6

Tints of Amethyst #A15CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 34.48%
G = 19.7%
B = 45.82%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A15CD6 (or 0xA15CD6) is known color: Amethyst. HEX triplet: A1, 5C and D6. RGB value is (161,92,214). Sum of RGB (Red+Green+Blue) = 161+92+214=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #A15CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CD6 is #5EA329. Grayscale: #7E7E7E. Windows color (decimal): -6202154 or 14048417. OLE color: 14048417.

HSL color Cylindrical-coordinate representation of color #A15CD6: hue angle of 273.93º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15CD6 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 92 214 -
CMYK 0.25 0.57 0 0.16
HSL 273.93º 0.6% 0.6% -
HSV(B) 273.93º 0.57% 0.84% -
XYZ 30.66 20.09 65.88 -
YUV 126.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 161 92 214 0.25 0.57 0 0.16 273.93 0.6 0.6
Hex A1 5C D6 19 39 0 10 112 3C 3C
Octal 241 134 326 31 71 0 20 422 74 74
Binary 10100001 1011100 11010110 11001 111001 0 10000 100010010 111100 111100

Color Harmonies of #A15CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CD6

Black with #A15CD6

Text Example


Text Example

White with #A15CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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