#A65FDD

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

Shades of Amethyst #A65FDD

Tints of Amethyst #A65FDD

Color information

#A65FDD (or 0xA65FDD) is unknown color: approx Amethyst. HEX triplet: A6, 5F and DD. RGB value is (166,95,221). Sum of RGB (Red+Green+Blue) = 166+95+221=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A65FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FDD is #59A022. Grayscale: #828282. Windows color (decimal): -5873699 or 14507942. OLE color: 14507942.

HSL color Cylindrical-coordinate representation of color #A65FDD: hue angle of 273.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65FDD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16695221-
CMYK0.250.5700.13
HSL273.81º64.95%61.96%-
HSV(B)273.81º57.01%86.67%-
XYZ32.8721.5170.83-
YUV130.59179.02153.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 95 (37.5% from 255) = 19.71%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=34.44%
G=19.71%
B=45.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166952210.250.5700.13273.8164.9561.96
HexA65FDD19390D112413e
Octal246137335317101542210176
Binary1010011010111111101110111001111001011011000100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FDD; }

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

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

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

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

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

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

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

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