#A965D7

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

Shades of Amethyst #A965D7

Tints of Amethyst #A965D7

Color information

#A965D7 (or 0xA965D7) is unknown color: approx Amethyst. HEX triplet: A9, 65 and D7. RGB value is (169,101,215). Sum of RGB (Red+Green+Blue) = 169+101+215=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #A965D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965D7 is #569A28. Grayscale: #858585. Windows color (decimal): -5675561 or 14116265. OLE color: 14116265.

HSL color Cylindrical-coordinate representation of color #A965D7: hue angle of 275.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A965D7 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169101215-
CMYK0.210.5300.16
HSL275.79º58.76%61.96%-
HSV(B)275.79º53.02%84.31%-
XYZ33.2822.6566.91-
YUV134.33173.53152.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=34.85%
G=20.82%
B=44.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691012150.210.5300.16275.7958.7661.96
HexA965D715350101143b3e
Octal25114532725650204247376
Binary1010100111001011101011110101110101010000100010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A965D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A965D7; }

 p { color: rgb(169,101,215); }

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

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

 a { background-color: rgb(169,101,215); }

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

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

 span { border-color: rgb(169,101,215); }

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