#A36DCB

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

Shades of Amethyst #A36DCB

Tints of Amethyst #A36DCB

Color information

#A36DCB (or 0xA36DCB) is unknown color: approx Amethyst. HEX triplet: A3, 6D and CB. RGB value is (163,109,203). Sum of RGB (Red+Green+Blue) = 163+109+203=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DCB is #5C9234. Grayscale: #878787. Windows color (decimal): -6066741 or 13331875. OLE color: 13331875.

HSL color Cylindrical-coordinate representation of color #A36DCB: hue angle of 274.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36DCB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163109203-
CMYK0.200.4600.20
HSL274.47º47.47%61.18%-
HSV(B)274.47º46.31%79.61%-
XYZ31.3523.0459.29-
YUV135.86165.89147.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=34.32%
G=22.95%
B=42.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631092030.200.4600.20274.4747.4761.18
HexA36DCB142E0141122f3d
Octal24315531324560244225775
Binary1010001111011011100101110100101110010100100010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36DCB; }

 p { color: rgb(163,109,203); }

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

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

 a { background-color: rgb(163,109,203); }

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

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

 span { border-color: rgb(163,109,203); }

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