#A061DB

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

Shades of Amethyst #A061DB

Tints of Amethyst #A061DB

Color information

#A061DB (or 0xA061DB) is unknown color: approx Amethyst. HEX triplet: A0, 61 and DB. RGB value is (160,97,219). Sum of RGB (Red+Green+Blue) = 160+97+219=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A061DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DB is #5F9E24. Grayscale: #818181. Windows color (decimal): -6266405 or 14377376. OLE color: 14377376.

HSL color Cylindrical-coordinate representation of color #A061DB: hue angle of 270.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A061DB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16097219-
CMYK0.270.5600.14
HSL270.98º62.89%61.96%-
HSV(B)270.98º55.71%85.88%-
XYZ31.5621.1469.43-
YUV129.74178.37149.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 219 (85.94% from 255) = 46.01%
R=33.61%
G=20.38%
B=46.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160972190.270.5600.14270.9862.8961.96
HexA061DB1B380E10f3f3e
Octal24014133333700164177776
Binary101000001100001110110111101111100001110100001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061DB; }

 p { color: rgb(160,97,219); }

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

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

 a { background-color: rgb(160,97,219); }

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

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

 span { border-color: rgb(160,97,219); }

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