#A462C7

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

Shades of Amethyst #A462C7

Tints of Amethyst #A462C7

Color information

#A462C7 (or 0xA462C7) is unknown color: approx Amethyst. HEX triplet: A4, 62 and C7. RGB value is (164,98,199). Sum of RGB (Red+Green+Blue) = 164+98+199=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #A462C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462C7 is #5B9D38. Grayscale: #808080. Windows color (decimal): -6004025 or 13066916. OLE color: 13066916.

HSL color Cylindrical-coordinate representation of color #A462C7: hue angle of 279.21º 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 #A462C7 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16498199-
CMYK0.180.5100.22
HSL279.21º47.42%58.24%-
HSV(B)279.21º50.75%78.04%-
XYZ29.9920.7556.46-
YUV129.25167.37152.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=35.57%
G=21.26%
B=43.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164981990.180.5100.22279.2147.4258.24
HexA462C712330161172f3a
Octal24414230722630264275772
Binary1010010011000101100011110010110011010110100010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462C7; }

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

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

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

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

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

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

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

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