#A562CA

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

Shades of Amethyst #A562CA

Tints of Amethyst #A562CA

Color information

#A562CA (or 0xA562CA) is unknown color: approx Amethyst. HEX triplet: A5, 62 and CA. RGB value is (165,98,202). Sum of RGB (Red+Green+Blue) = 165+98+202=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A562CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562CA is #5A9D35. Grayscale: #818181. Windows color (decimal): -5938486 or 13263525. OLE color: 13263525.

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

Color convert

RGB16598202-
CMYK0.180.5100.21
HSL278.65º49.52%58.82%-
HSV(B)278.65º51.49%79.22%-
XYZ30.552158.32-
YUV129.89168.7153.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=35.48%
G=21.08%
B=43.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165982020.180.5100.21278.6549.5258.82
HexA562CA1233015117323b
Octal24514231222630254276273
Binary1010010111000101100101010010110011010101100010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562CA; }

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

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

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

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

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

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

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

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