Html Css Color HEX #A06BD9 Amethyst

📋 copy color: '#A06BD9'

red 160 ◦ green 107 ◦ blue 217

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

Shades of Amethyst #A06BD9

Tints of Amethyst #A06BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 33.06%
G = 22.11%
B = 44.83%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A06BD9 (or 0xA06BD9) is known color: Amethyst. HEX triplet: A0, 6B and D9. RGB value is (160,107,217). Sum of RGB (Red+Green+Blue) = 160+107+217=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #A06BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BD9 is #5F9426. Grayscale: #878787. Windows color (decimal): -6263847 or 14248864. OLE color: 14248864.

HSL color Cylindrical-coordinate representation of color #A06BD9: hue angle of 268.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A06BD9 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 107 217 -
CMYK 0.26 0.51 0 0.15
HSL 268.91º 0.59% 0.64% -
HSV(B) 268.91º 0.51% 0.85% -
XYZ 32.28 23 68.38 -
YUV 135.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 160 107 217 0.26 0.51 0 0.15 268.91 0.59 0.64
Hex A0 6B D9 1A 33 0 F 10D 3B 40
Octal 240 153 331 32 63 0 17 415 73 100
Binary 10100000 1101011 11011001 11010 110011 0 1111 100001101 111011 1000000

Color Harmonies of #A06BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BD9

Black with #A06BD9

Text Example


Text Example

White with #A06BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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