Html Css Color HEX #A06DD6 Amethyst

📋 copy color: '#A06DD6'

red 160 ◦ green 109 ◦ blue 214

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

Shades of Amethyst #A06DD6

Tints of Amethyst #A06DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 33.13%
G = 22.57%
B = 44.31%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A06DD6 (or 0xA06DD6) is known color: Amethyst. HEX triplet: A0, 6D and D6. RGB value is (160,109,214). Sum of RGB (Red+Green+Blue) = 160+109+214=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #A06DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DD6 is #5F9229. Grayscale: #878787. Windows color (decimal): -6263338 or 14052768. OLE color: 14052768.

HSL color Cylindrical-coordinate representation of color #A06DD6: hue angle of 269.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06DD6 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 109 214 -
CMYK 0.25 0.49 0 0.16
HSL 269.14º 0.56% 0.63% -
HSV(B) 269.14º 0.49% 0.84% -
XYZ 32.1 23.27 66.42 -
YUV 136.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 160 109 214 0.25 0.49 0 0.16 269.14 0.56 0.63
Hex A0 6D D6 19 31 0 10 10D 38 3F
Octal 240 155 326 31 61 0 20 415 70 77
Binary 10100000 1101101 11010110 11001 110001 0 10000 100001101 111000 111111

Color Harmonies of #A06DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DD6

Black with #A06DD6

Text Example


Text Example

White with #A06DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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