#A662CA

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

Shades of Amethyst #A662CA

Tints of Amethyst #A662CA

Color information

#A662CA (or 0xA662CA) is unknown color: approx Amethyst. HEX triplet: A6, 62 and CA. RGB value is (166,98,202). Sum of RGB (Red+Green+Blue) = 166+98+202=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A662CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CA is #599D35. Grayscale: #818181. Windows color (decimal): -5872950 or 13263526. OLE color: 13263526.

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

Color convert

RGB16698202-
CMYK0.180.5100.21
HSL279.23º49.52%58.82%-
HSV(B)279.23º51.49%79.22%-
XYZ30.7521.1158.33-
YUV130.19168.53153.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=35.62%
G=21.03%
B=43.35%

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
Decimal166982020.180.5100.21279.2349.5258.82
HexA662CA1233015117323b
Octal24614231222630254276273
Binary1010011011000101100101010010110011010101100010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662CA; }

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

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

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

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

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

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

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

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