#A65FCF

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

Shades of Amethyst #A65FCF

Tints of Amethyst #A65FCF

Color information

#A65FCF (or 0xA65FCF) is unknown color: approx Amethyst. HEX triplet: A6, 5F and CF. RGB value is (166,95,207). Sum of RGB (Red+Green+Blue) = 166+95+207=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A65FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FCF is #59A030. Grayscale: #808080. Windows color (decimal): -5873713 or 13590438. OLE color: 13590438.

HSL color Cylindrical-coordinate representation of color #A65FCF: hue angle of 278.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65FCF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16695207-
CMYK0.200.5400.19
HSL278.04º53.85%59.22%-
HSV(B)278.04º54.11%81.18%-
XYZ31.0820.861.41-
YUV129172.02154.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=35.47%
G=20.30%
B=44.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166952070.200.5400.19278.0453.8559.22
HexA65FCF1436013116363b
Octal24613731724660234266673
Binary1010011010111111100111110100110110010011100010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FCF; }

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

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

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

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

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

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

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

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