Html Css Color HEX #A06DCE Amethyst

📋 copy color: '#A06DCE'

red 160 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #A06DCE

Tints of Amethyst #A06DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 33.68%
G = 22.95%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A06DCE (or 0xA06DCE) is known color: Amethyst. HEX triplet: A0, 6D and CE. RGB value is (160,109,206). Sum of RGB (Red+Green+Blue) = 160+109+206=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A06DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DCE is #5F9231. Grayscale: #868686. Windows color (decimal): -6263346 or 13528480. OLE color: 13528480.

HSL color Cylindrical-coordinate representation of color #A06DCE: hue angle of 271.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06DCE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 109 206 -
CMYK 0.22 0.47 0 0.19
HSL 271.55º 0.5% 0.62% -
HSV(B) 271.55º 0.47% 0.81% -
XYZ 31.11 22.87 61.17 -
YUV 135.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 160 109 206 0.22 0.47 0 0.19 271.55 0.5 0.62
Hex A0 6D CE 16 2F 0 13 110 32 3E
Octal 240 155 316 26 57 0 23 420 62 76
Binary 10100000 1101101 11001110 10110 101111 0 10011 100010000 110010 111110

Color Harmonies of #A06DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DCE

Black with #A06DCE

Text Example


Text Example

White with #A06DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DCE; }

 p { color: rgb(160,109,206); }

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

background-color css

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

 a { background-color: rgb(160,109,206); }

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

border-color css

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

 span { border-color: rgb(160,109,206); }

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