#A862C9

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

Shades of Amethyst #A862C9

Tints of Amethyst #A862C9

Color information

#A862C9 (or 0xA862C9) is unknown color: approx Amethyst. HEX triplet: A8, 62 and C9. RGB value is (168,98,201). Sum of RGB (Red+Green+Blue) = 168+98+201=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #A862C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862C9 is #579D36. Grayscale: #828282. Windows color (decimal): -5741879 or 13197992. OLE color: 13197992.

HSL color Cylindrical-coordinate representation of color #A862C9: hue angle of 280.78º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A862C9 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16898201-
CMYK0.160.5100.21
HSL280.78º48.82%58.63%-
HSV(B)280.78º51.24%78.82%-
XYZ31.0621.2857.73-
YUV130.67167.69154.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 201 (78.91% from 255) = 43.04%
R=35.97%
G=20.99%
B=43.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168982010.160.5100.21280.7848.8258.63
HexA862C91033015119313b
Octal25014231120630254316173
Binary1010100011000101100100110000110011010101100011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862C9; }

 p { color: rgb(168,98,201); }

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

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

 a { background-color: rgb(168,98,201); }

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

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

 span { border-color: rgb(168,98,201); }

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