#A06BD6

Color #A06BD6 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A06BD6

Tints of Amethyst #A06BD6

Color information

#A06BD6 (or 0xA06BD6) is unknown color: approx Amethyst. HEX triplet: A0, 6B and D6. RGB value is (160,107,214). Sum of RGB (Red+Green+Blue) = 160+107+214=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #A06BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BD6 is #5F9429. Grayscale: #868686. Windows color (decimal): -6263850 or 14052256. OLE color: 14052256.

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

Color convert

RGB160107214-
CMYK0.250.5000.16
HSL269.72º56.61%62.94%-
HSV(B)269.72º50%83.92%-
XYZ31.8922.8466.35-
YUV135.05172.56145.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=33.26%
G=22.25%
B=44.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601072140.250.5000.16269.7256.6162.94
HexA06BD6193201010e393f
Octal24015332631620204167177
Binary1010000011010111101011011001110010010000100001110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06BD6; }

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

 H1.HeaderClassName
 {
   color: #A06BD6;
 }
 .AnyTagClassName
 {
   color: #A06BD6;
 }
</style>
background-color css

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

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

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

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

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

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