#A662CD

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

Shades of Amethyst #A662CD

Tints of Amethyst #A662CD

Color information

#A662CD (or 0xA662CD) is unknown color: approx Amethyst. HEX triplet: A6, 62 and CD. RGB value is (166,98,205). Sum of RGB (Red+Green+Blue) = 166+98+205=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #A662CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CD is #599D32. Grayscale: #828282. Windows color (decimal): -5872947 or 13460134. OLE color: 13460134.

HSL color Cylindrical-coordinate representation of color #A662CD: hue angle of 278.13º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A662CD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16698205-
CMYK0.190.5200.20
HSL278.13º51.69%59.41%-
HSV(B)278.13º52.2%80.39%-
XYZ31.1121.2560.22-
YUV130.53170.03153.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=35.39%
G=20.90%
B=43.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166982050.190.5200.20278.1351.6959.41
HexA662CD1334014116343b
Octal24614231523640244266473
Binary1010011011000101100110110011110100010100100010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662CD; }

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

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

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

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

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

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

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

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