#a962da

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

Shades of Amethyst #A962DA

Tints of Amethyst #A962DA

Color information

#A962DA (or 0xA962DA) is unknown color: approx Amethyst. HEX triplet: A9, 62 and DA. RGB value is (169,98,218). Sum of RGB (Red+Green+Blue) = 169+98+218=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A962DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962DA is #569D25. Grayscale: #848484. Windows color (decimal): -5676326 or 14312105. OLE color: 14312105.

HSL color Cylindrical-coordinate representation of color #A962DA: hue angle of 275.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A962DA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16998218-
CMYK0.220.5500.15
HSL275.5º61.86%61.96%-
HSV(B)275.5º55.05%85.49%-
XYZ33.3822.2368.86-
YUV132.91176.02153.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=34.85%
G=20.21%
B=44.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169982180.220.5500.15275.561.8661.96
HexA962DA16370F1143e3e
Octal25114233226670174247676
Binary101010011100010110110101011011011101111100010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a962da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a962da; }

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

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

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

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

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

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

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

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