Html Css Color HEX #A06CDB Amethyst

📋 copy color: '#A06CDB'

red 160 ◦ green 108 ◦ blue 219

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

Shades of Amethyst #A06CDB

Tints of Amethyst #A06CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

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

R = 32.85%
G = 22.18%
B = 44.97%

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

#A06CDB (or 0xA06CDB) is known color: Amethyst. HEX triplet: A0, 6C and DB. RGB value is (160,108,219). Sum of RGB (Red+Green+Blue) = 160+108+219=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A06CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CDB is #5F9324. Grayscale: #878787. Windows color (decimal): -6263589 or 14380192. OLE color: 14380192.

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

Color convert

RGB 160 108 219 -
CMYK 0.27 0.51 0 0.14
HSL 268.11º 0.61% 0.64% -
HSV(B) 268.11º 0.51% 0.86% -
XYZ 32.65 23.31 69.8 -
YUV 136.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 160 108 219 0.27 0.51 0 0.14 268.11 0.61 0.64
Hex A0 6C DB 1B 33 0 E 10C 3D 40
Octal 240 154 333 33 63 0 16 414 75 100
Binary 10100000 1101100 11011011 11011 110011 0 1110 100001100 111101 1000000

Color Harmonies of #A06CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CDB

Black with #A06CDB

Text Example


Text Example

White with #A06CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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