Html Css Color HEX #A06AD7 Amethyst

📋 copy color: '#A06AD7'

red 160 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #A06AD7

Tints of Amethyst #A06AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 33.26%
G = 22.04%
B = 44.7%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A06AD7 (or 0xA06AD7) is known color: Amethyst. HEX triplet: A0, 6A and D7. RGB value is (160,106,215). Sum of RGB (Red+Green+Blue) = 160+106+215=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #A06AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AD7 is #5F9528. Grayscale: #868686. Windows color (decimal): -6264105 or 14117536. OLE color: 14117536.

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

Color convert

RGB 160 106 215 -
CMYK 0.26 0.51 0 0.16
HSL 269.72º 0.58% 0.63% -
HSV(B) 269.72º 0.51% 0.84% -
XYZ 31.92 22.69 66.99 -
YUV 134.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 160 106 215 0.26 0.51 0 0.16 269.72 0.58 0.63
Hex A0 6A D7 1A 33 0 10 10E 3A 3F
Octal 240 152 327 32 63 0 20 416 72 77
Binary 10100000 1101010 11010111 11010 110011 0 10000 100001110 111010 111111

Color Harmonies of #A06AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06AD7

Black with #A06AD7

Text Example


Text Example

White with #A06AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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