Html Css Color HEX #A36FC1 Amethyst

📋 copy color: '#A36FC1'

red 163 ◦ green 111 ◦ blue 193

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

Shades of Amethyst #A36FC1

Tints of Amethyst #A36FC1

RGB

 RED value IS 163 (64.06% from 255) = 34.9%

 GREEN value IS 111 (43.75% from 255) = 23.77%

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 34.9%
G = 23.77%
B = 41.33%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A36FC1 (or 0xA36FC1) is known color: Amethyst. HEX triplet: A3, 6F and C1. RGB value is (163,111,193). Sum of RGB (Red+Green+Blue) = 163+111+193=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #A36FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC1 is #5C903E. Grayscale: #878787. Windows color (decimal): -6066239 or 12677027. OLE color: 12677027.

HSL color Cylindrical-coordinate representation of color #A36FC1: hue angle of 278.05º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36FC1 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 111 193 -
CMYK 0.16 0.42 0 0.24
HSL 278.05º 0.4% 0.6% -
HSV(B) 278.05º 0.42% 0.76% -
XYZ 30.41 23.01 53.29 -
YUV 135.9 160.23 147.33 -
System Red Green Blue C M Y K H S L
Decimal 163 111 193 0.16 0.42 0 0.24 278.05 0.4 0.6
Hex A3 6F C1 10 2A 0 18 116 28 3C
Octal 243 157 301 20 52 0 30 426 50 74
Binary 10100011 1101111 11000001 10000 101010 0 11000 100010110 101000 111100

Color Harmonies of #A36FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FC1

Black with #A36FC1

Text Example


Text Example

White with #A36FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FC1; }

 p { color: rgb(163,111,193); }

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

background-color css

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

 a { background-color: rgb(163,111,193); }

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

border-color css

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

 span { border-color: rgb(163,111,193); }

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