#A965D5

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

Shades of Amethyst #A965D5

Tints of Amethyst #A965D5

Color information

#A965D5 (or 0xA965D5) is unknown color: approx Amethyst. HEX triplet: A9, 65 and D5. RGB value is (169,101,213). Sum of RGB (Red+Green+Blue) = 169+101+213=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #A965D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965D5 is #569A2A. Grayscale: #858585. Windows color (decimal): -5675563 or 13985193. OLE color: 13985193.

HSL color Cylindrical-coordinate representation of color #A965D5: hue angle of 276.43º degrees, saturation: 0.57, 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 #A965D5 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169101213-
CMYK0.210.5300.16
HSL276.43º57.14%61.57%-
HSV(B)276.43º52.58%83.53%-
XYZ33.0322.5565.56-
YUV134.1172.53152.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 213 (83.59% from 255) = 44.10%
R=34.99%
G=20.91%
B=44.10%

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
Decimal1691012130.210.5300.16276.4357.1461.57
HexA965D51535010114393e
Octal25114532525650204247176
Binary1010100111001011101010110101110101010000100010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A965D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A965D5; }

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

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

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

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

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

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

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

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