#A067DB

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

Shades of Amethyst #A067DB

Tints of Amethyst #A067DB

Color information

#A067DB (or 0xA067DB) is unknown color: approx Amethyst. HEX triplet: A0, 67 and DB. RGB value is (160,103,219). Sum of RGB (Red+Green+Blue) = 160+103+219=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A067DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DB is #5F9824. Grayscale: #848484. Windows color (decimal): -6264869 or 14378912. OLE color: 14378912.

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

Color convert

RGB160103219-
CMYK0.270.5300.14
HSL269.48º61.7%63.14%-
HSV(B)269.48º52.97%85.88%-
XYZ32.1322.2969.63-
YUV133.27176.38147.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 219 (85.94% from 255) = 45.44%
R=33.20%
G=21.37%
B=45.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601032190.270.5300.14269.4861.763.14
HexA067DB1B350E10d3e3f
Octal24014733333650164157677
Binary101000001100111110110111101111010101110100001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067DB; }

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

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

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

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

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

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

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

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