#a962e0

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

Shades of Amethyst #A962E0

Tints of Amethyst #A962E0

Color information

#A962E0 (or 0xA962E0) is unknown color: approx Amethyst. HEX triplet: A9, 62 and E0. RGB value is (169,98,224). Sum of RGB (Red+Green+Blue) = 169+98+224=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #A962E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962E0 is #569D1F. Grayscale: #858585. Windows color (decimal): -5676320 or 14705321. OLE color: 14705321.

HSL color Cylindrical-coordinate representation of color #A962E0: hue angle of 273.81º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A962E0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16998224-
CMYK0.250.5600.12
HSL273.81º67.02%63.14%-
HSV(B)273.81º56.25%87.84%-
XYZ34.1822.5573.07-
YUV133.59179.02153.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=34.42%
G=19.96%
B=45.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal169982240.250.5600.12273.8167.0263.14
HexA962E019380C112433f
Octal251142340317001442210377
Binary1010100111000101110000011001111000011001000100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a962e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a962e0; }

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

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

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

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

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

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

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

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