#A662CF

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

Shades of Amethyst #A662CF

Tints of Amethyst #A662CF

Color information

#A662CF (or 0xA662CF) is unknown color: approx Amethyst. HEX triplet: A6, 62 and CF. RGB value is (166,98,207). Sum of RGB (Red+Green+Blue) = 166+98+207=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #A662CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CF is #599D30. Grayscale: #828282. Windows color (decimal): -5872945 or 13591206. OLE color: 13591206.

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

Color convert

RGB16698207-
CMYK0.200.5300.19
HSL277.43º53.17%59.8%-
HSV(B)277.43º52.66%81.18%-
XYZ31.3621.3561.5-
YUV130.76171.03153.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 98 (38.67% from 255) = 20.81%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=35.24%
G=20.81%
B=43.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166982070.200.5300.19277.4353.1759.8
HexA662CF1435013115353c
Octal24614231724650234256574
Binary1010011011000101100111110100110101010011100010101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662CF; }

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

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

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

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

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

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

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

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