#A36ACD

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

Shades of Amethyst #A36ACD

Tints of Amethyst #A36ACD

Color information

#A36ACD (or 0xA36ACD) is unknown color: approx Amethyst. HEX triplet: A3, 6A and CD. RGB value is (163,106,205). Sum of RGB (Red+Green+Blue) = 163+106+205=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A36ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ACD is #5C9532. Grayscale: #858585. Windows color (decimal): -6067507 or 13462179. OLE color: 13462179.

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

Color convert

RGB163106205-
CMYK0.200.4800.20
HSL274.55º49.75%60.98%-
HSV(B)274.55º48.29%80.39%-
XYZ31.2822.560.45-
YUV134.33167.88148.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=34.39%
G=22.36%
B=43.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631062050.200.4800.20274.5549.7560.98
HexA36ACD1430014113323d
Octal24315231524600244236275
Binary1010001111010101100110110100110000010100100010011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36ACD; }

 p { color: rgb(163,106,205); }

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

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

 a { background-color: rgb(163,106,205); }

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

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

 span { border-color: rgb(163,106,205); }

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