Html Css Color HEX #A36EDB Amethyst

📋 copy color: '#A36EDB'

red 163 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #A36EDB

Tints of Amethyst #A36EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 33.13%
G = 22.36%
B = 44.51%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A36EDB (or 0xA36EDB) is known color: Amethyst. HEX triplet: A3, 6E and DB. RGB value is (163,110,219). Sum of RGB (Red+Green+Blue) = 163+110+219=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A36EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EDB is #5C9124. Grayscale: #898989. Windows color (decimal): -6066469 or 14380707. OLE color: 14380707.

HSL color Cylindrical-coordinate representation of color #A36EDB: hue angle of 269.17º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36EDB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 110 219 -
CMYK 0.26 0.50 0 0.14
HSL 269.17º 0.6% 0.65% -
HSV(B) 269.17º 0.5% 0.86% -
XYZ 33.47 24.05 69.9 -
YUV 138.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 163 110 219 0.26 0.50 0 0.14 269.17 0.6 0.65
Hex A3 6E DB 1A 32 0 E 10D 3C 41
Octal 243 156 333 32 62 0 16 415 74 101
Binary 10100011 1101110 11011011 11010 110010 0 1110 100001101 111100 1000001

Color Harmonies of #A36EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36EDB

Black with #A36EDB

Text Example


Text Example

White with #A36EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36EDB; }

 p { color: rgb(163,110,219); }

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

background-color css

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

 a { background-color: rgb(163,110,219); }

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

border-color css

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

 span { border-color: rgb(163,110,219); }

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