Html Css Color HEX #A06ADB Amethyst

📋 copy color: '#A06ADB'

red 160 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #A06ADB

Tints of Amethyst #A06ADB

RGB

 RED value IS 160 (62.89% from 255) = 32.99%

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

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

R = 32.99%
G = 21.86%
B = 45.15%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A06ADB (or 0xA06ADB) is known color: Amethyst. HEX triplet: A0, 6A and DB. RGB value is (160,106,219). Sum of RGB (Red+Green+Blue) = 160+106+219=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A06ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ADB is #5F9524. Grayscale: #868686. Windows color (decimal): -6264101 or 14379680. OLE color: 14379680.

HSL color Cylindrical-coordinate representation of color #A06ADB: hue angle of 268.67º 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 #A06ADB is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 106 219 -
CMYK 0.27 0.52 0 0.14
HSL 268.67º 0.61% 0.64% -
HSV(B) 268.67º 0.52% 0.86% -
XYZ 32.44 22.9 69.73 -
YUV 135.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 160 106 219 0.27 0.52 0 0.14 268.67 0.61 0.64
Hex A0 6A DB 1B 34 0 E 10D 3D 40
Octal 240 152 333 33 64 0 16 415 75 100
Binary 10100000 1101010 11011011 11011 110100 0 1110 100001101 111101 1000000

Color Harmonies of #A06ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ADB

Black with #A06ADB

Text Example


Text Example

White with #A06ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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