#a36fcf

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

Shades of Amethyst #A36FCF

Tints of Amethyst #A36FCF

Color information

#A36FCF (or 0xA36FCF) is unknown color: approx Amethyst. HEX triplet: A3, 6F and CF. RGB value is (163,111,207). Sum of RGB (Red+Green+Blue) = 163+111+207=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #A36FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FCF is #5C9030. Grayscale: #898989. Windows color (decimal): -6066225 or 13594531. OLE color: 13594531.

HSL color Cylindrical-coordinate representation of color #A36FCF: hue angle of 272.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36FCF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163111207-
CMYK0.210.4600.19
HSL272.5º50%62.35%-
HSV(B)272.5º46.38%81.18%-
XYZ32.0523.6661.91-
YUV137.49167.23146.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=33.89%
G=23.08%
B=43.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631112070.210.4600.19272.55062.35
HexA36FCF152E013110323e
Octal24315731725560234206276
Binary1010001111011111100111110101101110010011100010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36fcf; }

 p { color: rgb(163,111,207); }

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

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

 a { background-color: rgb(163,111,207); }

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

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

 span { border-color: rgb(163,111,207); }

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