#A35FDD

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

Shades of Amethyst #A35FDD

Tints of Amethyst #A35FDD

Color information

#A35FDD (or 0xA35FDD) is unknown color: approx Amethyst. HEX triplet: A3, 5F and DD. RGB value is (163,95,221). Sum of RGB (Red+Green+Blue) = 163+95+221=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #A35FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FDD is #5CA022. Grayscale: #818181. Windows color (decimal): -6070307 or 14507939. OLE color: 14507939.

HSL color Cylindrical-coordinate representation of color #A35FDD: hue angle of 272.38º 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 #A35FDD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16395221-
CMYK0.260.5700.13
HSL272.38º64.95%61.96%-
HSV(B)272.38º57.01%86.67%-
XYZ32.2521.1970.8-
YUV129.7179.53151.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=34.03%
G=19.83%
B=46.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163952210.260.5700.13272.3864.9561.96
HexA35FDD1A390D110413e
Octal243137335327101542010176
Binary1010001110111111101110111010111001011011000100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FDD; }

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

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

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

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

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

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

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

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