#A878D0

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

Shades of Amethyst #A878D0

Tints of Amethyst #A878D0

Color information

#A878D0 (or 0xA878D0) is unknown color: approx Amethyst. HEX triplet: A8, 78 and D0. RGB value is (168,120,208). Sum of RGB (Red+Green+Blue) = 168+120+208=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #A878D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D0 is #57872F. Grayscale: #909090. Windows color (decimal): -5736240 or 13662376. OLE color: 13662376.

HSL color Cylindrical-coordinate representation of color #A878D0: hue angle of 272.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A878D0 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168120208-
CMYK0.190.4200.18
HSL272.73º48.35%64.31%-
HSV(B)272.73º42.31%81.57%-
XYZ34.2526.3162.95-
YUV144.38163.9144.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=33.87%
G=24.19%
B=41.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681202080.190.4200.18272.7348.3564.31
HexA878D0132A0121113040
Octal250170320235202242160100
Binary10101000111100011010000100111010100100101000100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878D0; }

 p { color: rgb(168,120,208); }

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

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

 a { background-color: rgb(168,120,208); }

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

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

 span { border-color: rgb(168,120,208); }

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