Html Css Color HEX #A36DDB Amethyst

📋 copy color: '#A36DDB'

red 163 ◦ green 109 ◦ blue 219

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

Shades of Amethyst #A36DDB

Tints of Amethyst #A36DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

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

R = 33.2%
G = 22.2%
B = 44.6%

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

#A36DDB (or 0xA36DDB) is known color: Amethyst. HEX triplet: A3, 6D and DB. RGB value is (163,109,219). Sum of RGB (Red+Green+Blue) = 163+109+219=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A36DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DDB is #5C9224. Grayscale: #898989. Windows color (decimal): -6066725 or 14380451. OLE color: 14380451.

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

Color convert

RGB 163 109 219 -
CMYK 0.26 0.50 0 0.14
HSL 269.45º 0.6% 0.64% -
HSV(B) 269.45º 0.5% 0.86% -
XYZ 33.36 23.84 69.86 -
YUV 137.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 163 109 219 0.26 0.50 0 0.14 269.45 0.6 0.64
Hex A3 6D DB 1A 32 0 E 10D 3C 40
Octal 243 155 333 32 62 0 16 415 74 100
Binary 10100011 1101101 11011011 11010 110010 0 1110 100001101 111100 1000000

Color Harmonies of #A36DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36DDB

Black with #A36DDB

Text Example


Text Example

White with #A36DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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