#A366D5

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

Shades of Amethyst #A366D5

Tints of Amethyst #A366D5

Color information

#A366D5 (or 0xA366D5) is unknown color: approx Amethyst. HEX triplet: A3, 66 and D5. RGB value is (163,102,213). Sum of RGB (Red+Green+Blue) = 163+102+213=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #A366D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366D5 is #5C992A. Grayscale: #848484. Windows color (decimal): -6068523 or 13985443. OLE color: 13985443.

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

Color convert

RGB163102213-
CMYK0.230.5200.16
HSL272.97º56.92%61.76%-
HSV(B)272.97º52.11%83.53%-
XYZ31.8722.0965.54-
YUV132.89173.21149.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 213 (83.59% from 255) = 44.56%
R=34.10%
G=21.34%
B=44.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631022130.230.5200.16272.9756.9261.76
HexA366D51734010111393e
Octal24314632527640204217176
Binary1010001111001101101010110111110100010000100010001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366D5; }

 p { color: rgb(163,102,213); }

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

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

 a { background-color: rgb(163,102,213); }

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

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

 span { border-color: rgb(163,102,213); }

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