#A069BE

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

Shades of Amethyst #A069BE

Tints of Amethyst #A069BE

Color information

#A069BE (or 0xA069BE) is unknown color: approx Amethyst. HEX triplet: A0, 69 and BE. RGB value is (160,105,190). Sum of RGB (Red+Green+Blue) = 160+105+190=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A069BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069BE is #5F9641. Grayscale: #828282. Windows color (decimal): -6264386 or 12478880. OLE color: 12478880.

HSL color Cylindrical-coordinate representation of color #A069BE: hue angle of 278.82º degrees, saturation: 0.4, 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 #A069BE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160105190-
CMYK0.160.4500.25
HSL278.82º39.53%57.84%-
HSV(B)278.82º44.74%74.51%-
XYZ28.8421.2951.31-
YUV131.14161.22148.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=35.16%
G=23.08%
B=41.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601051900.160.4500.25278.8239.5357.84
HexA069BE102D019117283a
Octal24015127620550314275072
Binary1010000011010011011111010000101101011001100010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069BE; }

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

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

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

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

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

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

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

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