#A668CD

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

Shades of Amethyst #A668CD

Tints of Amethyst #A668CD

Color information

#A668CD (or 0xA668CD) is unknown color: approx Amethyst. HEX triplet: A6, 68 and CD. RGB value is (166,104,205). Sum of RGB (Red+Green+Blue) = 166+104+205=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #A668CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668CD is #599732. Grayscale: #858585. Windows color (decimal): -5871411 or 13461670. OLE color: 13461670.

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

Color convert

RGB166104205-
CMYK0.190.4900.20
HSL276.83º50.25%60.59%-
HSV(B)276.83º49.27%80.39%-
XYZ31.722.4260.41-
YUV134.05168.04150.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=34.95%
G=21.89%
B=43.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661042050.190.4900.20276.8350.2560.59
HexA668CD1331014115323d
Octal24615031523610244256275
Binary1010011011010001100110110011110001010100100010101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668CD; }

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

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

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

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

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

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

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

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