#A068D5

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

Shades of Amethyst #A068D5

Tints of Amethyst #A068D5

Color information

#A068D5 (or 0xA068D5) is unknown color: approx Amethyst. HEX triplet: A0, 68 and D5. RGB value is (160,104,213). Sum of RGB (Red+Green+Blue) = 160+104+213=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #A068D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068D5 is #5F972A. Grayscale: #848484. Windows color (decimal): -6264619 or 13985952. OLE color: 13985952.

HSL color Cylindrical-coordinate representation of color #A068D5: hue angle of 270.83º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A068D5 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160104213-
CMYK0.250.5100.16
HSL270.83º56.48%62.16%-
HSV(B)270.83º51.17%83.53%-
XYZ31.4622.1865.57-
YUV133.17173.05147.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 213 (83.59% from 255) = 44.65%
R=33.54%
G=21.80%
B=44.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601042130.250.5100.16270.8356.4862.16
HexA068D5193301010f383e
Octal24015032531630204177076
Binary1010000011010001101010111001110011010000100001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068D5; }

 p { color: rgb(160,104,213); }

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

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

 a { background-color: rgb(160,104,213); }

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

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

 span { border-color: rgb(160,104,213); }

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