#A965E1

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

Shades of Amethyst #A965E1

Tints of Amethyst #A965E1

Color information

#A965E1 (or 0xA965E1) is unknown color: approx Amethyst. HEX triplet: A9, 65 and E1. RGB value is (169,101,225). Sum of RGB (Red+Green+Blue) = 169+101+225=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #A965E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965E1 is #569A1E. Grayscale: #878787. Windows color (decimal): -5675551 or 14771625. OLE color: 14771625.

HSL color Cylindrical-coordinate representation of color #A965E1: hue angle of 272.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A965E1 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169101225-
CMYK0.250.5500.12
HSL272.9º67.39%63.92%-
HSV(B)272.9º55.11%88.24%-
XYZ34.6123.1873.88-
YUV135.47178.53151.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=34.14%
G=20.40%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691012250.250.5500.12272.967.3963.92
HexA965E119370C1114340
Octal2511453413167014421103100
Binary10101001110010111100001110011101110110010001000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A965E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A965E1; }

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

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

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

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

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

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

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

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