Html Css Color HEX #A06BDB Amethyst

📋 copy color: '#A06BDB'

red 160 ◦ green 107 ◦ blue 219

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

Shades of Amethyst #A06BDB

Tints of Amethyst #A06BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

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

R = 32.92%
G = 22.02%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A06BDB (or 0xA06BDB) is known color: Amethyst. HEX triplet: A0, 6B and DB. RGB value is (160,107,219). Sum of RGB (Red+Green+Blue) = 160+107+219=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A06BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BDB is #5F9424. Grayscale: #878787. Windows color (decimal): -6263845 or 14379936. OLE color: 14379936.

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

Color convert

RGB 160 107 219 -
CMYK 0.27 0.51 0 0.14
HSL 268.39º 0.61% 0.64% -
HSV(B) 268.39º 0.51% 0.86% -
XYZ 32.54 23.1 69.76 -
YUV 135.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 160 107 219 0.27 0.51 0 0.14 268.39 0.61 0.64
Hex A0 6B DB 1B 33 0 E 10C 3D 40
Octal 240 153 333 33 63 0 16 414 75 100
Binary 10100000 1101011 11011011 11011 110011 0 1110 100001100 111101 1000000

Color Harmonies of #A06BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BDB

Black with #A06BDB

Text Example


Text Example

White with #A06BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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