Html Css Color HEX #A36FCE Amethyst

📋 copy color: '#A36FCE'

red 163 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #A36FCE

Tints of Amethyst #A36FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 33.96%
G = 23.13%
B = 42.92%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A36FCE (or 0xA36FCE) is known color: Amethyst. HEX triplet: A3, 6F and CE. RGB value is (163,111,206). Sum of RGB (Red+Green+Blue) = 163+111+206=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FCE is #5C9031. Grayscale: #898989. Windows color (decimal): -6066226 or 13528995. OLE color: 13528995.

HSL color Cylindrical-coordinate representation of color #A36FCE: hue angle of 272.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36FCE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 111 206 -
CMYK 0.21 0.46 0 0.19
HSL 272.84º 0.49% 0.62% -
HSV(B) 272.84º 0.46% 0.81% -
XYZ 31.93 23.61 61.27 -
YUV 137.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 163 111 206 0.21 0.46 0 0.19 272.84 0.49 0.62
Hex A3 6F CE 15 2E 0 13 111 31 3E
Octal 243 157 316 25 56 0 23 421 61 76
Binary 10100011 1101111 11001110 10101 101110 0 10011 100010001 110001 111110

Color Harmonies of #A36FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FCE

Black with #A36FCE

Text Example


Text Example

White with #A36FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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