#A665D2

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

Shades of Amethyst #A665D2

Tints of Amethyst #A665D2

Color information

#A665D2 (or 0xA665D2) is unknown color: approx Amethyst. HEX triplet: A6, 65 and D2. RGB value is (166,101,210). Sum of RGB (Red+Green+Blue) = 166+101+210=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #A665D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665D2 is #599A2D. Grayscale: #848484. Windows color (decimal): -5872174 or 13788582. OLE color: 13788582.

HSL color Cylindrical-coordinate representation of color #A665D2: hue angle of 275.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A665D2 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166101210-
CMYK0.210.5200.18
HSL275.78º54.77%60.98%-
HSV(B)275.78º51.9%82.35%-
XYZ32.0122.0763.54-
YUV132.86171.53151.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 210 (82.42% from 255) = 44.03%
R=34.80%
G=21.17%
B=44.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661012100.210.5200.18275.7854.7760.98
HexA665D21534012114373d
Octal24614532225640224246775
Binary1010011011001011101001010101110100010010100010100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665D2; }

 p { color: rgb(166,101,210); }

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

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

 a { background-color: rgb(166,101,210); }

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

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

 span { border-color: rgb(166,101,210); }

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