#A65FD7

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

Shades of Amethyst #A65FD7

Tints of Amethyst #A65FD7

Color information

#A65FD7 (or 0xA65FD7) is unknown color: approx Amethyst. HEX triplet: A6, 5F and D7. RGB value is (166,95,215). Sum of RGB (Red+Green+Blue) = 166+95+215=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #A65FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FD7 is #59A028. Grayscale: #818181. Windows color (decimal): -5873705 or 14114726. OLE color: 14114726.

HSL color Cylindrical-coordinate representation of color #A65FD7: hue angle of 275.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65FD7 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16695215-
CMYK0.230.5600.16
HSL275.5º60%60.78%-
HSV(B)275.5º55.81%84.31%-
XYZ32.0821.266.69-
YUV129.91176.02153.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 215 (84.38% from 255) = 45.17%
R=34.87%
G=19.96%
B=45.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166952150.230.5600.16275.56060.78
HexA65FD717380101143c3d
Octal24613732727700204247475
Binary1010011010111111101011110111111000010000100010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FD7; }

 p { color: rgb(166,95,215); }

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

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

 a { background-color: rgb(166,95,215); }

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

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

 span { border-color: rgb(166,95,215); }

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