#A069C0

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

Shades of Amethyst #A069C0

Tints of Amethyst #A069C0

Color information

#A069C0 (or 0xA069C0) is unknown color: approx Amethyst. HEX triplet: A0, 69 and C0. RGB value is (160,105,192). Sum of RGB (Red+Green+Blue) = 160+105+192=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #A069C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069C0 is #5F963F. Grayscale: #838383. Windows color (decimal): -6264384 or 12609952. OLE color: 12609952.

HSL color Cylindrical-coordinate representation of color #A069C0: hue angle of 277.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A069C0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160105192-
CMYK0.170.4500.25
HSL277.93º40.85%58.24%-
HSV(B)277.93º45.31%75.29%-
XYZ29.0621.3852.46-
YUV131.36162.22148.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=35.01%
G=22.98%
B=42.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601051920.170.4500.25277.9340.8558.24
HexA069C0112D019116293a
Octal24015130021550314265172
Binary1010000011010011100000010001101101011001100010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069C0; }

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

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

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

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

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

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

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

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