#A069DD

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

Shades of Amethyst #A069DD

Tints of Amethyst #A069DD

Color information

#A069DD (or 0xA069DD) is unknown color: approx Amethyst. HEX triplet: A0, 69 and DD. RGB value is (160,105,221). Sum of RGB (Red+Green+Blue) = 160+105+221=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A069DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069DD is #5F9622. Grayscale: #868686. Windows color (decimal): -6264355 or 14510496. OLE color: 14510496.

HSL color Cylindrical-coordinate representation of color #A069DD: hue angle of 268.45º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A069DD is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160105221-
CMYK0.280.5200.13
HSL268.45º63.04%63.92%-
HSV(B)268.45º52.49%86.67%-
XYZ32.622.871.09-
YUV134.67176.72146.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=32.92%
G=21.60%
B=45.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601052210.280.5200.13268.4563.0463.92
HexA069DD1C340D10c3f40
Octal240151335346401541477100
Binary1010000011010011101110111100110100011011000011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069DD; }

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

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

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

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

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

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

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

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