#A069DB

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

Shades of Amethyst #A069DB

Tints of Amethyst #A069DB

Color information

#A069DB (or 0xA069DB) is unknown color: approx Amethyst. HEX triplet: A0, 69 and DB. RGB value is (160,105,219). Sum of RGB (Red+Green+Blue) = 160+105+219=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A069DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069DB is #5F9624. Grayscale: #868686. Windows color (decimal): -6264357 or 14379424. OLE color: 14379424.

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

Color convert

RGB160105219-
CMYK0.270.5200.14
HSL268.95º61.29%63.53%-
HSV(B)268.95º52.05%85.88%-
XYZ32.3322.6969.69-
YUV134.44175.72146.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=33.06%
G=21.69%
B=45.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601052190.270.5200.14268.9561.2963.53
HexA069DB1B340E10d3d40
Octal240151333336401641575100
Binary1010000011010011101101111011110100011101000011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069DB; }

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

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

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

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

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

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

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

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