Html Css Color HEX #A36ADB Amethyst

📋 copy color: '#A36ADB'

red 163 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #A36ADB

Tints of Amethyst #A36ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

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

R = 33.4%
G = 21.72%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A36ADB (or 0xA36ADB) is known color: Amethyst. HEX triplet: A3, 6A and DB. RGB value is (163,106,219). Sum of RGB (Red+Green+Blue) = 163+106+219=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A36ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ADB is #5C9524. Grayscale: #878787. Windows color (decimal): -6067493 or 14379683. OLE color: 14379683.

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

Color convert

RGB 163 106 219 -
CMYK 0.26 0.52 0 0.14
HSL 270.27º 0.61% 0.64% -
HSV(B) 270.27º 0.52% 0.86% -
XYZ 33.04 23.21 69.76 -
YUV 135.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 163 106 219 0.26 0.52 0 0.14 270.27 0.61 0.64
Hex A3 6A DB 1A 34 0 E 10E 3D 40
Octal 243 152 333 32 64 0 16 416 75 100
Binary 10100011 1101010 11011011 11010 110100 0 1110 100001110 111101 1000000

Color Harmonies of #A36ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ADB

Black with #A36ADB

Text Example


Text Example

White with #A36ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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