#A862C7

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

Shades of Amethyst #A862C7

Tints of Amethyst #A862C7

Color information

#A862C7 (or 0xA862C7) is unknown color: approx Amethyst. HEX triplet: A8, 62 and C7. RGB value is (168,98,199). Sum of RGB (Red+Green+Blue) = 168+98+199=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #A862C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862C7 is #579D38. Grayscale: #828282. Windows color (decimal): -5741881 or 13066920. OLE color: 13066920.

HSL color Cylindrical-coordinate representation of color #A862C7: hue angle of 281.58º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A862C7 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16898199-
CMYK0.160.5100.22
HSL281.58º47.42%58.24%-
HSV(B)281.58º50.75%78.04%-
XYZ30.8221.1856.5-
YUV130.44166.69154.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=36.13%
G=21.08%
B=42.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168981990.160.5100.22281.5847.4258.24
HexA862C7103301611a2f3a
Octal25014230720630264325772
Binary1010100011000101100011110000110011010110100011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862C7; }

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

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

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

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

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

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

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

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