#A962CA

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

Shades of Amethyst #A962CA

Tints of Amethyst #A962CA

Color information

#A962CA (or 0xA962CA) is unknown color: approx Amethyst. HEX triplet: A9, 62 and CA. RGB value is (169,98,202). Sum of RGB (Red+Green+Blue) = 169+98+202=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #A962CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962CA is #569D35. Grayscale: #828282. Windows color (decimal): -5676342 or 13263529. OLE color: 13263529.

HSL color Cylindrical-coordinate representation of color #A962CA: hue angle of 280.96º degrees, saturation: 0.5, 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 #A962CA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16998202-
CMYK0.160.5100.21
HSL280.96º49.52%58.82%-
HSV(B)280.96º51.49%79.22%-
XYZ31.3921.4358.36-
YUV131.08168.02155.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=36.03%
G=20.90%
B=43.07%

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
Decimal169982020.160.5100.21280.9649.5258.82
HexA962CA1033015119323b
Octal25114231220630254316273
Binary1010100111000101100101010000110011010101100011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A962CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A962CA; }

 p { color: rgb(169,98,202); }

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

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

 a { background-color: rgb(169,98,202); }

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

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

 span { border-color: rgb(169,98,202); }

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