Html Css Color HEX #A36CCE Amethyst

📋 copy color: '#A36CCE'

red 163 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #A36CCE

Tints of Amethyst #A36CCE

RGB

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

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

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

R = 34.17%
G = 22.64%
B = 43.19%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A36CCE (or 0xA36CCE) is known color: Amethyst. HEX triplet: A3, 6C and CE. RGB value is (163,108,206). Sum of RGB (Red+Green+Blue) = 163+108+206=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CCE is #5C9331. Grayscale: #878787. Windows color (decimal): -6066994 or 13528227. OLE color: 13528227.

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

Color convert

RGB 163 108 206 -
CMYK 0.21 0.48 0 0.19
HSL 273.67º 0.5% 0.62% -
HSV(B) 273.67º 0.48% 0.81% -
XYZ 31.61 22.97 61.16 -
YUV 135.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 163 108 206 0.21 0.48 0 0.19 273.67 0.5 0.62
Hex A3 6C CE 15 30 0 13 112 32 3E
Octal 243 154 316 25 60 0 23 422 62 76
Binary 10100011 1101100 11001110 10101 110000 0 10011 100010010 110010 111110

Color Harmonies of #A36CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CCE

Black with #A36CCE

Text Example


Text Example

White with #A36CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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