#A36BC9

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

Shades of Amethyst #A36BC9

Tints of Amethyst #A36BC9

Color information

#A36BC9 (or 0xA36BC9) is unknown color: approx Amethyst. HEX triplet: A3, 6B and C9. RGB value is (163,107,201). Sum of RGB (Red+Green+Blue) = 163+107+201=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #A36BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BC9 is #5C9436. Grayscale: #868686. Windows color (decimal): -6067255 or 13200291. OLE color: 13200291.

HSL color Cylindrical-coordinate representation of color #A36BC9: hue angle of 275.74º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36BC9 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163107201-
CMYK0.190.4700.21
HSL275.74º46.53%60.39%-
HSV(B)275.74º46.77%78.82%-
XYZ30.922.5257.98-
YUV134.46165.55148.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=34.61%
G=22.72%
B=42.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631072010.190.4700.21275.7446.5360.39
HexA36BC9132F0151142f3c
Octal24315331123570254245774
Binary1010001111010111100100110011101111010101100010100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BC9; }

 p { color: rgb(163,107,201); }

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

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

 a { background-color: rgb(163,107,201); }

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

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

 span { border-color: rgb(163,107,201); }

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