Html Css Color HEX #A36CC1 Amethyst

📋 copy color: '#A36CC1'

red 163 ◦ green 108 ◦ blue 193

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

Shades of Amethyst #A36CC1

Tints of Amethyst #A36CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 35.13%
G = 23.28%
B = 41.59%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A36CC1 (or 0xA36CC1) is known color: Amethyst. HEX triplet: A3, 6C and C1. RGB value is (163,108,193). Sum of RGB (Red+Green+Blue) = 163+108+193=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #A36CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CC1 is #5C933E. Grayscale: #858585. Windows color (decimal): -6067007 or 12676259. OLE color: 12676259.

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

Color convert

RGB 163 108 193 -
CMYK 0.16 0.44 0 0.24
HSL 278.82º 0.41% 0.59% -
HSV(B) 278.82º 0.44% 0.76% -
XYZ 30.09 22.36 53.18 -
YUV 134.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 163 108 193 0.16 0.44 0 0.24 278.82 0.41 0.59
Hex A3 6C C1 10 2C 0 18 117 29 3B
Octal 243 154 301 20 54 0 30 427 51 73
Binary 10100011 1101100 11000001 10000 101100 0 11000 100010111 101001 111011

Color Harmonies of #A36CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CC1

Black with #A36CC1

Text Example


Text Example

White with #A36CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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